paper_step
Advance paper trading one tick against live Binance data, processing closed candles and managing positions to simulate trading events.
Instructions
Advance the paper trader one tick against live Binance data.
Processes every candle that CLOSED since the last step (safe to call any time; catches up after downtime; ignores the in-progress candle). Manages open positions with the same stop-first bracket semantics as the backtester, then takes new entries if a signal fired and the regime gate, daily-loss halt, and kill switch all allow. Returns the events that happened this tick plus the account snapshot.
Call this hourly (the strategies run on 1h candles) — or run the daemon:
python -m tradingview_mcp.core.services.paper_trader_service --loop 3600
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||