Autonomous paper-trading engine to observe live
This panel is not interactive. You observe an autonomous simulator that receives hot signals, makes TAKE/SKIP decisions, and manages positions with $100 virtual capital.
Each signal goes through should_take_trade(): BTC regime, minimum score, OI, funding, and CVD filters. TAKE/SKIP is logged with rationale.
ATR-based SL/TP, fixed 10x leverage, and progressive trailing stop (break-even then trail). Real-time monitoring via Binance WebSocket.
Each decision is logged with score, direction, market context, and TAKE/SKIP reason.
Win rate, profit factor, total P&L, and trade count to evaluate the strategy without risking real capital.
RoadTo1M exposes market data to understand context, not to issue buy or sell instructions. A signal must be checked against BTC regime, liquidity, open interest, funding, volume and the local structure of the pair.
Compare several metrics instead of relying on one indicator. OI, funding or volume extremes are not enough without structural confirmation.
Real-time data can change quickly. The panel helps read risk; it does not replace a risk plan, a stop or a clear invalidation level.
V4 methodology, FAQ, open interest and order flow.