返回首页
实盘下单放大(100根K线)
{{ exchange_display }}
最近刷新:
--
{% if orders %}
订单
{% for o in orders %}
#{{ o.id }} {{ o.symbol }} {{ '做多' if o.direction == 'long' else '做空' }}
{% endfor %}
周期
{% for tf in ['1m','3m','5m','15m','30m','1h','4h','1d'] %}
{{ tf }}
{% endfor %}
刷新
{% else %}
当前没有激活订单,无法展示放大K线。
{% endif %}
{% if orders %}
交易对
-
方向
-
成交价
-
止损
-
止盈
-
盈亏比
-
移动保本
-
现价
-
浮盈亏
-
{% endif %}
{% if orders %} {% endif %}