GBPUSD AI Grid EA executes a grid-based strategy that layers orders during market movements. Initial entries are filtered using the Commodity Channel Index indicator. The bot manages positions through a martingale lot multiplier, increasing volume for subsequent grid levels. Risk controls include dynamic take-profit targets, breakeven exit rules, and a maximum count for open orders in each direction. The repository lacks a README, meaning users must rely on the source code and input parameters for configuration.
Commodity Channel Index entry filter
Volatility-based dynamic grid step calculation
Martingale lot scaling with customizable multiplier
Read from GDPUSDEA.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Takeprofitsettings
string
Takeprofit settings -================
Maintakeprofit
int
10
Take-profit value for orders/grid, pips.
Useaverageprofit
bool
true
Use average take-profit
Usedynamictakeprofit
bool
true
Use dynamic take-profit
StepdynamicTP
int
3
Which crank starts dynamic take-profit
K_TPDecrease
double
1
Take-profit multiplier
MinTakeProfit
int
1
Minimum value of take-profit
Breakevenclose
bool
true
Put value of take-profit to breakeven
StepforBE
int
10
Which crank starts to use breakeven rule
Stepsettings
string
step settings -======================
Grid
FirstStep
double
20
The value of first step, pips
Stepfromvolatility
bool
false
Calculation of the first step by volatility
Show all 40 inputs
Name
Type
Default
Description
PeriodVolatility_1
int
20
Amount of days for volatility calculation
K_Stepvol
double
0.5
Multiplier for the first step
Dynamicstep
bool
true
Use dynamic grid step
Stepincreasestep
int
1
Which crank starts dynamic step
K_Stepincrease
double
1
Step multiplier
Maxcountstepsbuy
int
10
Maximum amount of cranks in the buy basket
Maxcountstepsell
int
10
Maximum amount of cranks in the sell basket
Tick_Memory
int
100
Maximum amount of ticks cached
Deviation
double
1.5
Neutralizer
bool
True
Pips_Threshold
double
100.0
Aux_Threshold
double
100.0
Volumesettings
string
orders volume -======================
Settings of
Money_Management
bool
true
Margin_Percent
double
2.0
Lot_Size
double
0.01
Lots amount for first order in grid
Multiplier
double
2
Volume multiplier
Multipusestep
int
1
Which crank starts apply volume multiplier
FirstOrderSettings
string
for the first order -================
Settings of entry conditions
CCIFiltre
bool
true
Use CCI-indicator for entry
Period_CCI
int
50
Period CCI on the current chart
ManuallySettings
string
manual intervention -================
Settings for
Allowbuy
bool
true
Permission for buy orders
Allowsell
bool
true
Permission for sell orders
Stopmode_2
ModeStops
s
Variant of orders stops
StopTradesLevel
bool
false
Stop trading after crossing of critical level
Stopmode_3
ModeStops
s
Variant of order stops after crossing of critical levels
BuyStopLevel
double
0
Critical levels for stop of buy orders
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone AlexCrombieF/EAtradingAIbot from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 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.
Icarus is an automated trading system for MetaTrader 4 that employs a grid strategy with Martingale lot scaling. It utilizes Bollinger Bands and the Stochastic Oscillator to identify entry points, offering a conjunctive mode for filtered execution. The EA manages risk through maximum position limits, equity warning thr
Profit Hunter is an expert advisor for MetaTrader 4 designed for forex and cryptocurrency trading. It utilizes a composite signal strategy combining Triple Moving Average, Adaptive RSI, CCI, iTrend, and Fisher indicators. The robot executes trades using a grid system where distances between orders are set manually or c
This MetaTrader 4 robot implements a multi-currency mean-reversion strategy, targeting price returns to the average on correlated forex pairs. It manages trades using a grid system with a significant martingale multiplier to scale lot sizes. The expert advisor allows for simultaneous trading on multiple symbols to dive
AutoTrade EA is a scalping robot for MetaTrader 4 and 5 that utilizes a multi-indicator signal scoring system based on Exponential Moving Average crossovers and RSI levels. It employs an aggressive trade management strategy featuring a dynamic grid and a stepped martingale lot scaling system where position sizes increa
This MetaTrader 4 expert advisor implements an averaging strategy that manages trades by opening additional layers at predefined intervals when the market moves against the initial position. It features modes for both averaging up and down, with the ability to alternate between buy and sell orders. The EA includes risk
Price Less EA is an automated trading robot for the MetaTrader 4 platform that implements a grid-based recovery strategy. It combines moving average crossovers for entry timing with a multi-level position layering system. The robot initiates trades and scales lot sizes using step-based increments at fixed distances. It