diff --git a/templates/index.html b/templates/index.html index 3fbfe45..de7688b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,39 +3,27 @@ {% block content %}
- +
Trading Status
- +
- + - - + + - - + + - - - - - - - - - - - - - - + +
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 @@
+ +
+
Strategy Slots
+
+ + + + + + + + {% for s in cfg.phase2.strategies %} + + + + + + + + + {% endfor %} + +
SlotStrategyPairTimeframeHTFStatus
{{ loop.index }}{{ s.name }}{{ s.pair }}{{ s.timeframe }}{{ s.htf_timeframe | default("—", true) }} + {% if s.enabled %} + Enabled + {% else %} + Disabled + {% endif %} +
+
+
+
Recent Activity (last 10 orders)