Enter when the MACD line crosses its signal line with a zero-line filter. Classic momentum entry on the daily chart.
This strategy has not been validated against TradingView multi-year history yet — RM/day, trades/day, and monthly projection are only computed from authoritative TV stats. The 1-month sweep below is in-sample only and should not be used as a profit forecast.
“The MACD cross catches momentum shifts. Requiring the histogram to be on the right side of zero filters out most chop.”
Every variant we walk-forward-tested collapsed out-of-sample (OOS SQN < 1.0 or negative). The in-sample numbers shown below are the RAW backtest — they did NOT transfer to unseen data. Reject for live trading.
This strategy: Mode A walk-forward on legacy_5m: m12/26/9+zf OOS SQN -0.08 (fail). The featured snap_1D config has not been walk-forward-tested, but the same rule-set collapses on the intraday sample, which is a red flag.
Strong, directional trends. Performs poorly in chop.
{
"dataset": "snap_1D",
"tf": "1D",
"params": {
"fast": 12,
"slow": 26,
"signal": 9,
"requireZeroFilter": true
},
"trades": 7,
"winRate": 57.14,
"netProfitMYR": 2115,
"profitFactor": 2.27,
"sqn": 1.08,
"maxDrawdownMYR": 1110
}