Turtle-style: go long on a break of the 30-bar high, exit on a break of the 15-bar low (and vice versa).
“Low win rate, big winners. The Turtle approach: accept many small losses to catch the rare runaway trend. Not for the impatient.”
The featured config below was not directly covered by the walk-forward grids (different dataset or timeframe, or the in-sample SQN was too low to promote to OOS evaluation). Treat the in-sample numbers with appropriate caution — no unseen-window validation yet.
This strategy: Donchian variants did not reach the Mode A top-10 on legacy_5m (so never walk-forward-tested on OOS). Featured legacy_60m config has no OOS verdict yet.
TV Wave-2 multi-year on 5m: -76k MYR, 27% WR, PF 0.6. Frequent false breakouts followed by mean-reversion — the opposite of what a breakout strategy needs. Confirms FCPO 5m is mean-reverting / chop-dominant at intraday TF.



Did not show a stable edge in the sample — treat with caution.
{
"dataset": "legacy_60m",
"tf": "60m",
"params": {
"entryPeriod": 30,
"exitPeriod": 15
},
"trades": 10,
"winRate": 40,
"netProfitMYR": 450,
"profitFactor": 1.14,
"sqn": 0.19,
"maxDrawdownMYR": 1275
}