BTC 低波动区间网格
依据滚动价格中枢和区间带宽生成反向调仓信号,并用异常波动门限限制追单。
Replace the fixed 2% stop loss with an ATR-based stop loss. Add input: const atrLen = input.int(14, 'ATR Length', {minval: 1, maxval: 50}); const atr = ta.atr(atrLen); For longs: state.sl = entry - (atr * 2.5); For shorts: state.sl = entry + (atr * 2.5). This adapts stop distance to current volatility, potentially reducing whipsaws in low-volatility periods and preventing premature exits in high-volatility periods, which should improve risk-adjusted returns and Sharpe ratio.
第三方公开时序研究的技术指标迁移草稿;待 QuantElse 使用原始行情复现。
Minara public Marketplace API (third-party, pending QuantElse replay)
ohlcv · 15m · 240 条样本
2026-07-17T00:00:00Z · Public third-party claim; retain attribution and source terms.
catalog-default-v1
费率按模型计算 · 滑点按模型计算
Imported from Minara public Marketplace API; no QuantElse execution, fees, funding or slippage were recomputed.