Linear perpetual (paper default)v0.3.0PAPER READY

K-Mean Reversion

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.

Hyperliquid均值回归实验趋势高波动
托管准备中 导出本地运行托管可行性待评估;只有已发布的 Local 能生成运行配置
策略类别K 策略迁移研究
市场 / 周期HYPE/USDC · 15m
默认风险HIGH
当前运行local
策略假设

它为什么可能工作

第三方公开时序研究的技术指标迁移草稿;待 QuantElse 使用原始行情复现。

主要风险
  • 第三方自报回测,尚未由 QuantElse 复现。
  • 永续合约含资金费、滑点、清算和交易所可用性风险。
停止 / 失效条件
  • 原始规则或数据无法复现时停止发布为可运行版本。
已发布回测

用于策略比较的历史证据

自行报告
回测区间137 天
总收益+20.61%
最大回撤37.45%
交易次数275
风险调整指标仅展示该条已发布结果中实际包含的指标。
年化收益+41.11%
夏普率-0.01
可交互回测图悬停、触摸或使用方向键查看每个采样点
127.7113.298.6684.1369.592026-03-012026-04-052026-05-092026-06-122026-07-17
详情曲线 · 15m 采样K-Mean ReversionNormalized baseline
数据区间2026-03-01 — 2026-07-17

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.

局限
  • Third-party self-reported result; not independently verified.
  • Replace this curve after a native QuantElse backtest.
已发布记录
  • 2026-03-01 — 2026-07-17+20.61%Minara public Marketplace API (third-party, pending QuantElse replay)

历史结果不代表未来表现,推荐仍需结合风险、假设与停止条件。