Published 2026-06-23
Moving average crossover strategy: automate the version you already tested
A moving average crossover is one of the oldest mechanical forex ideas: a faster average crosses a slower one, and you take that as a trend shift. It is also one of the most oversold. A moving average cross bot is still worth buying if — and only if — you have already seen how your periods and your symbols behave in a range.
Encode the boring parts
- MA type (EMA, SMA) and periods you actually used in the journal.
- Timeframe (a 9/21 on M1 is a different species than 50/200 on H4).
- Optional higher-timeframe slope so you do not fade the daily trend.
- Session filter if you refuse to trade the Asian range.
- Exit on opposite cross, ATR stop, or both.
The MA cross bot is that checklist in software. It will not “detect institutional flow.”
Chop is not a bug in the code
When price rotates, crosses flip. Filters reduce trades; they do not create an edge that was never there. If your demo shows a death by a thousand commissions, do not go live hoping the bot is smarter than the average.
Portfolio context
BigBot can run MA cross next to ORB and FVG. Keep MA cross off symbols you already breakout-trade at the open, or you will double up on the same impulse.
Next step
Read how it works, install on demo, and compare the bot’s trades to your last 20 discretionary MA trades. The software should look like a stubborn version of you — not a stranger.
