Trend-Following Backtester · Guide · Strategies 한국어

Strategies

Supertrend

Trades the direction of a volatility-based trend line that trails below/above price.

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: period, mult. 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
period=6, mult=2.1
72.6% 41.2%-40.2%-86.8% 1.4911449%
Ethereum
period=8, mult=2.4
97.2% 27.1%-48.5%-95.6% 1.549347%
XRP (Ripple)
period=8, mult=2.3
78.8% 25.7%-68.4%-95.9% 1.089645%
Samsung Electronics
period=32, mult=4.5
10.5% 14.2%-53.3%-64.8% 0.5310454%
Apple (AAPL)
period=25, mult=3.4
18.2% 18.8%-55.9%-82.2% 0.7227957%
1x 10x 100x 2018 2020 2022 2024 2026 SupertrendBuy & hold
Bitcoin 2017-09-25–2026-07-30 · Supertrend (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

Supertrend 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