| Mode |
- {{ "PAPER" if cfg.execution.paper_mode else "LIVE" }} |
+ {{ "PAPER" if cfg.phase2.paper_mode else "LIVE" }} |
- | Strategy |
- {{ cfg.strategy.rule }} ({{ cfg.strategy.params.short }}/{{ cfg.strategy.params.long }}) |
+ Poll Interval |
+ {{ cfg.phase2.poll_interval_seconds }}s |
- | Instruments |
- {{ cfg.brokers[0].instruments | join(", ") }} |
+ Starting Equity |
+ ${{ "{:,.0f}".format(cfg.phase2.starting_equity) }} |
- | Granularity |
- {{ cfg.data.candle_granularities | join(", ") }} |
-
-
- | Loop Interval |
- {{ cfg.execution.interval_seconds }}s |
-
-
- | Max Positions |
- {{ cfg.execution.max_positions }} |
-
-
- | AI Confidence |
- {{ cfg.ai.confidence_threshold }} |
+ Max Daily DD |
+ {{ cfg.phase2.max_daily_drawdown_pct }}% |
@@ -69,6 +57,38 @@
+
+