增加策略交易

This commit is contained in:
dekun
2026-05-23 10:48:50 +08:00
parent ee5dc614e0
commit 103615d7a9
21 changed files with 1278 additions and 29 deletions
+5 -3
View File
@@ -205,6 +205,8 @@
</div>
<div class="top-nav">
<a href="/trade" class="{% if page == 'trade' %}active{% endif %}">交易执行</a>
<a href="/strategy/trend" class="{% if page == 'strategy_trend' %}active{% endif %}">策略·趋势回调</a>
<a href="/strategy/roll" class="{% if page == 'strategy_roll' %}active{% endif %}">策略·顺势加仓</a>
<a href="/records" class="{% if page == 'records' %}active{% endif %}">交易记录与复盘</a>
<a href="/stats" class="{% if page == 'stats' %}active{% endif %}">统计分析</a>
</div>
@@ -367,7 +369,9 @@
</div>
</div>
</div>
</div>
</div>
{% elif page == 'strategy_trend' %}
<div class="card trend-card">
<h2 style="margin-bottom:8px">趋势回调策略</h2>
<div class="rule-tip">
@@ -549,8 +553,6 @@
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% if page == 'records' %}