Trend-Following Backtester · Guide · Strategies 한국어

Strategies

ROC momentum

Rides the trend when recent return (momentum) over a window is above a threshold.

Parameters 2 Assets tested 5 Costs 0.5% Optimized Sharpe · 120

The rules

Those numbers are the values optimized for Bitcoin. They differ per asset — the table below lists each.

There are 2 tunable values: n, threshold. Fewer knobs make it harder to fit noise, so a count this low keeps overfitting risk relatively contained.

Results by asset

The same strategy across 5 very different assets, each over its full history, with parameters optimized per asset. It beat buy and hold on 3 of 5.

Asset · parameters CAGRHold CAGR Max drawdownHold DD SharpeTradesTime in market
Bitcoin
n=32, threshold=0.07
70.6% 41.2%-63.2%-86.8% 1.5313238%
Ethereum
n=18, threshold=0.06
74.6% 27.1%-43.4%-95.6% 1.3421236%
XRP (Ripple)
n=14, threshold=0.14
74.2% 25.7%-58.9%-95.9% 1.1116016%
Samsung Electronics
n=49, threshold=-0.08
7.2% 14.2%-66.9%-64.8% 0.3829081%
Apple (AAPL)
n=53, threshold=-0.03
16.2% 18.8%-83.2%-82.2% 0.6352568%
1x 10x 100x 2018 2020 2022 2024 2026 ROC momentumBuy & hold
Bitcoin 2017-09-25–2026-07-30 · ROC momentum (solid) vs buy and hold (dashed). Log scale.
These are in-sample figures. The same data chose the parameters and scored them, so they sit above what live trading would return. Use them to rank strategies against each other, not as a return target. See optimization and overfitting.

When this one works

ROC momentum belongs to the trend-following family. All of them earn in sustained directional moves and bleed costs in range-bound markets. The trade count and time in market columns above show how each variant leans.

Run this strategyCompare the others

Read next