{% extends "base.html" %} {% block title %}fx-quant — Status{% endblock %} {% block content %}
| Mode | {{ "PAPER" if cfg.phase2.paper_mode else "LIVE" }} |
| Poll Interval | {{ cfg.phase2.poll_interval_seconds }}s |
| Starting Equity | ${{ "{:,.0f}".format(cfg.phase2.starting_equity) }} |
| Max Daily DD | {{ cfg.phase2.max_daily_drawdown_pct }}% |
KILL SWITCH ACTIVE
{% else %}Trading Active
{% endif %}| Slot | Strategy | Pair | Timeframe | HTF | Status |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ s.name }} | {{ s.pair }} | {{ s.timeframe }} | {{ s.htf_timeframe | default("—", true) }} | {% if s.enabled %} Enabled {% else %} Disabled {% endif %} |
| Time | Instrument | Side | Units | Price | Mode | Status |
|---|---|---|---|---|---|---|
| {{ row[0][:19] }} | {{ row[1] }} | {{ row[2] }} | {{ row[3] }} | {{ row[4] }} | {{ row[6] }} | {{ row[7] }} |
No orders yet.
{% endif %}