{{ tt('strategy.gridConfig.candidates.intro', null, '根据 24h 振幅、涨跌幅、成交额筛选,点击行填入下方交易对。') }}
{{ candidateSuitabilityExpanded ? tt('strategy.gridConfig.candidates.suitToggleCollapse', null, '收起适合度说明') : tt('strategy.gridConfig.candidates.suitToggleExpand', null, '适合度说明') }} {{ tt('strategy.gridConfig.candidates.suitLegend', null, '高=24h振幅2%~15%且涨跌幅<±8%且成交额≥50万;中=振幅1%~20%且涨跌幅<±15%;低=其余。') }}
| {{ tt('strategy.gridConfig.candidates.thSymbol', null, '交易对') }} | {{ tt('strategy.gridConfig.candidates.thRange', null, '24h 振幅%') }} | {{ tt('strategy.gridConfig.candidates.thChg', null, '24h 涨跌幅') }} | {{ tt('strategy.gridConfig.candidates.thQuoteVol', null, '成交额(USDT)') }} | {{ tt('strategy.gridConfig.candidates.thSuit', null, '适合度') }} |
|---|---|---|---|---|
| {{ row.symbol }} | {{ row.rangePct != null ? Number(row.rangePct).toFixed(2) : '—' }} | {{ row.priceChangePercent != null ? (row.priceChangePercent >= 0 ? '+' : '') + Number(row.priceChangePercent).toFixed(2) + '%' : '—' }} | {{ fmtQuoteVolume(row.quoteVolume) }} | {{ suitabilityLabel(row.suitability) }} |
{{ tt('strategy.gridConfig.candidates.emptyHint', null, '点击「加载推荐」获取列表(约 1~3 秒)') }}
{{ tt('strategy.gridConfig.s01.rangeTip', null, '网格适合震荡行情,建议区间参考近期波动(如 24 小时最高/最低),并确保当前价在区间内。') }}
{{ tt('strategy.gridConfig.s01.priceInRangeOk', null, '当前价在 24h 区间内,适合作为参考。') }} {{ tt('strategy.gridConfig.s01.priceInRangeBad', null, '当前价不在 24h 区间内,请确认区间或稍后再试。') }}
{{ tt('strategy.gridConfig.s02.runningLock', null, '运行中禁止修改关键参数(区间、网格数、网格模式),请先停止策略后再修改。') }}
{{ tt('strategy.gridConfig.s02.estNote1', null, '单次循环利润 ≈ 价差 × 数量 - 买卖手续费') }}
{{ tt('strategy.gridConfig.s02.estNote2', null, '适合震荡市,区间内反复买卖获利。') }}
| {{ tt('strategy.gridConfig.levels.thLevel', null, '档位') }} | {{ tt('strategy.gridConfig.levels.thPrice', null, '价位') }} | {{ tt('strategy.gridConfig.levels.thDelta', null, '与上档差 (USDT)') }} | {{ tt('strategy.gridConfig.levels.thDeltaPct', null, '与上档比例 (%)') }} |
|---|---|---|---|
| L{{ row.levelDisplay }} | {{ formatPrice(row.price) }} | {{ row.deltaUsdt != null ? formatSpreadUsdt(row.deltaUsdt) : '—' }} | {{ row.deltaPct != null ? row.deltaPct.toFixed(2) : '—' }} |
{{ tt('strategy.gridConfig.summary.foot', null, '* 请确保 API 权限已开启现货交易。网格策略需在区间内运行,突破区间需设置止损/止盈。') }}