The strategy detail page is the operational dashboard for a single strategy. Key blocks:
Status header
Shows the current state (draft / backtested / paper / live
/ stopped / error) and the bound credential. The
enable / disable button lives here.
Open positions
Live read of positions currently open from this strategy. Each row shows symbol, side, size, entry, current price, unrealized P&L. A click drills into the trade detail.
Trade history
Closed trades for this strategy, most recent first. Columns include
exit reason (stop loss / take profit / signal /
trend reversal / manual / liquidation), realized P&L, fees.
Recent backtests
Quick list of backtest runs against this strategy with their headline metrics. New backtests launch from the action button.
Configuration snapshot
The current strategy JSON, shown read-only. Edit moves you into the builder.
Engine log (when expanded)
Per-bar signals, order placements, fills, and reconciles. Useful for diagnosing why a strategy entered (or didn't) on a specific bar.
Pitfalls
- The page polls - it doesn't push updates in real time. Open positions can move between refreshes.
- Some venues report fills with delay - a fresh fill may take several seconds to appear.
