diff --git a/ft-app/app/templates/positions.html b/ft-app/app/templates/positions.html index d49ab77..e2c2b5c 100644 --- a/ft-app/app/templates/positions.html +++ b/ft-app/app/templates/positions.html @@ -56,8 +56,6 @@
{{ round.contract_code }} {{ round.daily_hands }} 手/天 - 已开 {{ round.positions|length }} 天 - 开始 {{ round.started_at }} 锁仓 {{ locks }}/{{ round.max_locks }} {% if locks >= round.max_locks %} ⚠ 熔断{% endif %} @@ -120,11 +118,10 @@
- + {% for p in round.positions|reverse %} - diff --git a/ft-app/data/ft.db b/ft-app/data/ft.db index c7b4317..995aa4f 100644 Binary files a/ft-app/data/ft.db and b/ft-app/data/ft.db differ
日期开仓价A锁仓价手数已锁状态操作开仓价A锁仓价手数已锁状态操作
{{ p.opened_at }} {{ p.open_price }} {{ p.amp_threshold }} {{ p.lock_price }}