Ajip 3 EA monitors price action across two timeframes, typically using M15 for trend identification and M1 for execution. The strategy involves opening multiple layers of positions based on candle breaks, categorized into aggressive and ideal order types. Risk is managed with specific stop loss points, trailing stops, and a break-even function. The EA supports up to 50 concurrent layers per setup, though the repository lacks documentation on specific pair optimization.
Read from Ajip3EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TimeFrame
ENUM_TIMEFRAMES
PERIOD_M15
LowTimeFrame
ENUM_TIMEFRAMES
PERIOD_M1
MALength
int
200
DebugEnabled
bool
true
AggresiveOrderEnabled
bool
true
TrailingStopEnabled
bool
true
TPBEPEnabled
bool
true
LotSize
double
0.02
MaxLayers
int
50
SLPoint
int
10000
TrailingStopTriggerPoints
int
10000
TrailingStopStartPoints
int
5000
Show all 21 inputs
Name
Type
Default
Description
TrailingStopStepPoints
int
2500
TPBEPPoints
int
5000
ILotSize
double
0.05
IMaxLayers
int
50
ISLPoint
int
10000
ITrailingStopTriggerPoints
int
10000
ITrailingStopStartPoints
int
5000
ITrailingStopStepPoints
int
2500
ITPBEPPoints
int
5000
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone pijarajip7/Ajip3EA 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 is designed for gold trading, utilizing a multi-timeframe strategy across the M15, H1, and H4 charts. It integrates technical indicators including ADX, RSI, and Moving Averages to identify trend-following and breakout opportunities. Risk controls include dynamic lot sizing based on acco
This MetaTrader 5 expert advisor is designed for aggressive trading on XAUUSD, focusing on the 5-minute and 15-minute timeframes. It utilizes Fibonacci retracements and swing high/low breakouts to identify entries across three selectable modes: scalp, swing, and trend following. The system manages up to three positions
Prem Gold Advisor is an automated MetaTrader 5 expert advisor specialized for XAUUSD (Gold) trading on the five-minute timeframe. It initiates trades using breakout levels placed at specific distances from the candle open. The strategy features a progressive scale-in mechanism, adding new orders as the price hits succe
Bakome Bitcoin EA is a trend-following robot optimized for trading BTCUSD on the MetaTrader 5 platform. It generates trade signals using an exponential moving average crossover combined with price breakouts on the H1 timeframe. The system features a grid recovery module that adds positions with a lot multiplier when tr
This high-frequency expert advisor for MetaTrader 5 implements a grid-based strategy using pending stop orders across major forex pairs and gold. It dynamically places buy and sell stops at calculated distances from the current price, adjusting them based on market volatility and spread calculations. The system manages
This MetaTrader 5 expert advisor implements a volatility-driven grid strategy primarily focused on Gold. It populates a range of buy-stop and sell-stop limit orders at specified intervals around the market price. The system transitions into a trend-following mode once multiple orders are triggered in one direction, app