-
总选币数
-
活跃选币
-
已完成
-%
平均收益
选币结果
最后更新: {{ last_update }}
正在执行选币分析...
{% if grouped_selections %}
{% for group_time, selections in grouped_selections.items() %}
{% endfor %}
{% if total_count >= current_limit %}
{% endif %}
{% else %}
{% endif %}
{{ group_time }} ({{ selections|length }}个币种)
{% for selection in selections %}
{% endfor %}
{{ selection.symbol.replace('USDT', '') }}
{{ '做空' if selection.signal_type == 'SHORT' else '做多' }}
{{ "%.1f"|format(selection.score) }}
{{ selection.strategy_type }}
{{ selection.action_suggestion }}
选择理由: {{ selection.reason }}
持仓周期: {{ selection.holding_period }}天
风险回报: 1:{{ "%.1f"|format(selection.risk_reward_ratio) }}
{% if selection.expiry_time %}
有效期至: {{ selection.expiry_time[:16] }}
{% endif %}
{% if selection.signal_type == 'SHORT' %}做空入场价{% else %}做多入场价{% endif %}
${{ "%.4f"|format(selection.entry_price) }}
当前市价
{% if selection.current_price %}
${{ "%.4f"|format(selection.current_price) }}
{% if (selection.signal_type == 'LONG' and selection.current_price < selection.entry_price) or (selection.signal_type == 'SHORT' and selection.current_price > selection.entry_price) %}
✓ 可入场 {% else %}
⚠ 价格不利 {% endif %}
{% else %}
✓ 可入场 {% else %}
⚠ 价格不利 {% endif %}
-
{% endif %}
止损位
${{ "%.4f"|format(selection.stop_loss) }}
止盈位
${{ "%.4f"|format(selection.take_profit) }}
暂无选币结果
点击"执行选币"开始分析市场