This MetaTrader 5 expert advisor utilizes the Ichimoku Kinko Hyo indicator for trend identification, specifically targeting gold on the 15-minute timeframe.
Ichimoku Grid Martingale EA employs a grid-based trading strategy that layers orders at fixed point distances when the market moves against the initial entry. To manage these positions, the robot uses a martingale lot multiplier and targets a global monetary take profit for the entire basket. Notably, the EA lacks a hard stop loss and the source code explicitly warns of a high risk of total account ruin.
Read from EA_Ichimoku_Martingale_Grid.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpInitialLot
double
0.01
Lot de départ
InpMultiplier
double
2.0
Multiplicateur de lot (martingale)
InpGridStepPoints
int
800
Écart entre ordres (points)
InpGlobalTakeProfit
double
10.0
Take Profit global en $ (somme des positions)
InpMagicNumber
ulong
202504
Magic Number
InpTenkan
int
9
Période Tenkan-sen
InpKijun
int
26
Période Kijun-sen
InpSenkou
int
52
Période Senkou Span B
InpTimeframe
ENUM_TIMEFRAMES
PERIOD_M15
Timeframe pour Ichimoku
InpAllowBuy
bool
true
Autoriser les achats
InpAllowSell
bool
true
Autoriser les ventes
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Omzpat/IchimokuGridMartingaleEA from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This MetaTrader 5 expert advisor executes a grid trading strategy enhanced with martingale lot scaling. The system identifies market direction through multi-timeframe analysis using Exponential Moving Averages and the Average Directional Index. It features dynamic grid spacing that adjusts based on market volatility an
Bot Trend is a trend-following expert advisor for MetaTrader 5. It utilizes proprietary Francisca entry logic and manages trades through multiple concurrent execution threads. The system incorporates custom Zero Gravity step logic for position management and includes specific operational modes for Fridays and holidays.
IchiDCA CCBSN PropFirm EA is an automated trend-following robot for MetaTrader 5, optimized for gold and forex markets. It triggers trades based on Ichimoku Cloud breaks, filtered by dual Exponential Moving Averages and MACD indicators. The strategy manages positions through a Dollar Cost Averaging system that layers u
STO Martin is a grid-based trading robot for MetaTrader 5 that uses technical indicators to manage entries and recoveries. It employs a Stochastic Oscillator for execution signals and a Moving Average to filter trades according to the prevailing trend. The EA features a martingale lot-scaling system that adds positions
This MetaTrader 5 expert advisor is designed for trading XAUUSD using a trend-following approach. It identifies entries through a triple Exponential Moving Average crossover system, requiring ADX momentum confirmation before opening positions. To manage losing trades, the EA employs a martingale strategy that layers or
This MetaTrader 5 expert advisor implements a basket-trading strategy specifically for XAUUSD. It opens an initial position based on the current short-term trend and enters additional trades at fixed intervals if the market moves against the basket. The robot utilizes a progressive lot-sizing model to manage the grid.