BTC Monitor

${{ formatNum(price.price) }} {{ price.change_24h>=0?'+':'' }}{{ price.change_24h?.toFixed(2) }}% H: ${{ formatNum(price.high_24h) }}   L: ${{ formatNum(price.low_24h) }}
{{ wsConnected?'实时连接':'已断开' }}
当前价格
${{ formatNum(price.price) }}
24h 涨跌
{{ price.change_24h>=0?'+':'' }}{{ price.change_24h?.toFixed(2) }}%
24h 最高
${{ formatNum(price.high_24h) }}
24h 最低
${{ formatNum(price.low_24h) }}

K线图

最近告警

时间规则内容级别
{{ fmtTime(a.created_at) }} {{ a.rule_name }} {{ a.message }} {{ a.level }}
暂无告警记录

告警规则

名称类型指标A指标B周期通知渠道冷却状态操作
{{ r.name }} {{ ruleTypeLabel(r.rule_type) }} -- {{ indLabel(r.indicator_a) }} 聚合(差<={{ r.params?.max_diff }}, >={{ r.params?.min_pairs }}对, {{ (r.params?.indicators||[]).length }}指标) {{ indLabel(r.indicator_b) }} + 聚合(差<={{ r.params?.max_diff }}, >={{ r.params?.min_pairs }}对) {{ indLabel(r.indicator_b) }} {{ r.timeframe }} {{ c }} {{ r.cooldown }}s {{ r.enabled?'启用':'禁用' }}
还没有告警规则,点击上方按钮创建

告警历史 (共 {{ alertTotal }} 条)

时间规则告警内容级别渠道
{{ fmtTime(a.created_at) }} {{ a.rule_name }} {{ a.message }} {{ a.level }} {{ c }}
暂无告警记录

策略回测

共 {{ btResult.total_candles }} 根K线,触发 {{ btResult.total_triggers }}
还没有规则,请先到「告警规则」页面创建

回测图表 — 指标叠加K线

触发点详情 ({{ btResult.triggers.length }} 次)

#触发时间收盘价指标A值指标B值描述
{{ i+1 }} {{ fmtTimeMs(t.time) }} ${{ formatNum(t.close) }} {{ t.value_a?.toFixed(2) }} {{ t.value_b?.toFixed(2) }} {{ t.message }}
在所选时间范围内没有触发点

通知渠道设置

{{ channelLabel(ch) }}

{{ conf.enabled?'已启用':'未启用' }}

测试通知

发送一条测试消息到已启用的渠道

{{ testResult.msg }}