Crypto ATR Signal

{{ strategy.market }} · {{ strategy.timeframe }} / 大阳 / 大阴 / {{ strategy.atr }} / {{ strategy.threshold }}{% if strategy.body_filter %} / {{ strategy.body_filter }}{% endif %}
交易对列表校对:
{{ symbol_checked_at }}
最新已收盘K线:
{{ latest_closed_kline }}
{% if page_config.show_version %}
Version:
{{ app_meta.version }} · {{ app_meta.release_date }} · by {{ app_meta.author }}
{% endif %}
当前信号
{{ signal_count }}
大阳
{{ bullish_count }}
大阴
{{ bearish_count }}
扫描品种
{{ active_symbols }}
{% for group in groups %}
{% if market == 'all' and page_config.group_by_market %}

{{ group.label }} {{ group.signals|length }} 个信号

{% endif %} {% if group.signals %}
{% for signal in group.signals %} {% endfor %}
币种 方向 ATR 波幅 ATR倍数 {{ sort_indicator }} K线收盘时间
{{ signal.symbol }} {{ signal.direction }} {{ signal.atr14 }} {{ signal.range }} {{ signal.multiple }} {{ signal.close_time_madrid }}
{% else %}
暂无信号
{% endif %}
{% endfor %}