Ninja Moving Average Crossover
- Experts
- Samir Tabarcia
- Version: 1.0
- Activations: 5
🥷 Ninja Moving Average Crossover + Martingale (Alternate Lots)
🚀 Ninja Moving Average Crossover is an Expert Advisor (EA) that combines the power of Moving Average Crossover signals with an alternate lots Martingale strategy to enter and manage trades. It can run on any pair and timeframe (with proper optimization).
📊 Best results were obtained on:
-
⚡ EURUSD – H1
-
But it can be used on any symbol and timeframe with the right settings.
💾 SET Files will be available in the Comments section.
🔎 Important: Always test in Backtester or on a Demo Account before using it on a live account.
💰 Recommended requirements:
-
Minimum balance: $1000+
-
Leverage: Flexible (depending on broker and risk tolerance).
✅ Strategy Logic
-
Trades are triggered when Fast MA crosses the Slow MA.
-
Extra filter with a distance in pips to reduce false signals.
-
Martingale with alternate lots applied to recover losses gradually.
⚙️ Input Parameters
EA_Name = "Ninja Moving Average Crossover"; Lot = 0.01;
// Initial lot size Lot_Martingale = 1.1;
// Martingale multiplier MA_Fast = 5;
// Fast MA MA_Slow = 20;
// Slow MA MA_Candle_ID = 2;
// Candle used for calculation MA_Distance_pips = 5;
// Distance filter in pips SL_pips = 25;
// Stop Loss in pips
🌟 Key Features
-
📈 Simple and effective MA crossover strategy.
-
🔁 Alternate-lot Martingale system.
-
⚡ Works on any pair and timeframe.
-
🛠️ Fully customizable and optimizable.
⚠️ Disclaimer: Trading involves risk. The use of Martingale increases exposure and does not guarantee profits. Always run backtests or use a demo account before going live.
