A strategy that makes +66% on BTC and -60% on SOL is a curve fit, not a strategy.
Building my bot and doing a lot of backtesting these days.
I had a breakout system that looked bulletproof on BTC: +66%, profit factor 3.2, 13% max drawdown, profitable in 6 of 9 walk-forward windows. So far, so great.
But, it only fired about 8 trades a year. At that frequency a single-asset walk-forward can't tell a real edge from getting lucky. The sample is just too small, no matter how you slice the windows.
So I froze the exact config, no re-tuning, and ran it on ETH and SOL.
- BTC: +66%
- ETH: -11%
- SOL: -60%, with a 0% win rate.
Also tried different parameters, but no parameter set rescued the other two. It was fit to BTC.
Might still be something "real" that only happens on BTC. But more likely just overfitting.
In contrast, my market-neutral funding carry pays +6.7 / +6.6 / +5.6% on BTC, ETH, SOL. Neatly aligned, what a real structural edge should looks like, boring and the same everywhere.
If your edge is low frequency and only tested on one asset, you don't know it's real yet. You know it fit one history. Might still make you money.
Do you cross-validate across instruments, or is single-asset walk-forward enough for you?