-
Notifications
You must be signed in to change notification settings - Fork 2
Radius Scan Guide
This page is a practical "how to use it" guide for the Radius Scan tab.
For implementation details, formulas, and API behavior, see:
Radius Scan is the fast flip scanner:
- Buy from sell orders in your buy radius.
- Haul.
- Sell into buy orders in your sell radius.
Best for:
- active hauling,
- quick liquidity checks,
- route-level batch planning.
If you want same-station maker trading, use Station Trading. If you want destination marketplace day-trader flow, use Regional Trade.
Checklist:
- Set anchor
system_name. - Set realistic
cargo_capacity. - Start with high-sec route security (
min_route_security = 0.45). - Keep filters broad first.
- Run one scan, then tighten.
Use this baseline:
- Open Flipper (Radius) tab.
- Set:
system_name = Jitacargo_capacity = 5000buy_radius = 5sell_radius = 10min_margin = 5min_route_security = 0.45min_daily_volume = 0max_investment = 0
- Keep structures off for first run (
include_structures = false). - Click Scan.
- Sort by
RealProfitorProfitPerJump.
-
buy_radius:- where tool searches source sell orders (where you buy)
-
sell_radius:- where tool searches destination buy orders (where you sell)
Practical pattern:
- smaller buy radius + larger sell radius often gives cleaner results.
-
min_route_security = 0: all space -
0.45: high-sec routes only (recommended baseline) -
0.5,0.7: stricter safety
min_marginmin_daily_volumemax_investmentmin_s2b_per_daymin_bfs_per_daymin_s2b_bfs_ratiomax_s2b_bfs_ratio
Use these fields in order:
-
RealProfit: depth-aware expected ISK for executable qty. -
FilledQtyandCanFill: how much can actually execute now. -
RealMarginPercent: execution-aware margin. -
ProfitPerJump: route efficiency. -
S2BPerDay,BfSPerDay,DailyProfit: throughput realism. -
SlippageBuyPct,SlippageSellPct: depth risk.
Important:
-
TotalProfitcan be optimistic. - prefer
RealProfit+FilledQtyfor real execution decisions.
Goal: stable and safer hauling.
Settings:
buy_radius = 5sell_radius = 10min_margin = 8min_route_security = 0.45min_daily_volume = 5
Goal: avoid oversized expensive rows.
Settings:
max_investment = 1_000_000_000- keep cargo realistic to your ship/freighter
- increase
min_marginto cut weak rows
Goal: maximum idea generation.
Settings:
min_route_security = 0buy_radius = 15sell_radius = 20min_margin = 2- then manually vet
RealMarginPercent, slippage, and jumps
Right-click a row -> Build batch.
What it does:
- takes same route (same buy/sell path),
- picks additional rows,
- fills cargo using best ISK/m3 density first,
- outputs total volume, profit, capital, and copyable manifest.
Use it when one good row does not fill your cargo.
Enable Include Structures when:
- logged in via ESI,
- you want structure orders included.
Notes:
- private structure visibility depends on access/token.
- unresolved structure names can be skipped from results.
- if testing parity, compare NPC-only first, then add structures.
Check:
-
min_margintoo high? - route security too strict?
- buy/sell radii too small?
-
max_investmentand cargo caps too low?
This is usually depth/slippage reality.
Action:
- review
FilledQty,CanFill,RealProfit, slippage columns. - ignore rows with weak executable quantity.
Normal around ESI cache boundaries.
Use:
- auto-refresh, or
- reboot cache + rescan.
Expected in hub-centric environments.
Action:
- widen buy/sell radii,
- adjust route security,
- use blacklist for systems you never want.
- Run safe baseline scan.
- Sort by
RealProfit. - Open top rows in execution planner.
- Build batch for best route.
- Save preset once settings stabilize.
- Enable auto-refresh while actively trading.
- 🏠 Home
- 📘 Getting Started
- ⚙️ Configuration
- 🎨 Theme System