The featured Phoenix EA utilizes dynamic grid spacing based on USD values and a tactical selling module to manage market imbalances. It includes a deep recovery mode that triggers at high order counts, using money-based trailing stops and lot scaling to resolve large trade baskets. The repository also includes utility tools for dashboard monitoring and manual-trigger recovery. Risk management relies on broker-side take profit levels, order limits, and cooldown timers.
Read from Phoenix_EA_v1_10_Full_FIX1.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
EA_Name
string
Phoenix_EA_v1_25_FINAL_DEEP_BUY_RECOVERY
MagicNumber
ulong
2026052810
BaseLot
double
0.01
UseBrokerTP
bool
true
BuyTP_USD
double
5.0
SellTP_USD
double
3.0
HedgeTP_USD
double
3.0
EnableTrailing
bool
true
ForwardTPWithTrail
bool
true
Move broker TP forward when trailing SL advances
BuyTrailStart_USD
double
2.0
BuyTrailLock_USD
double
1.0
BuyTrailGap_USD
double
1.0
Show all 40 inputs
Name
Type
Default
Description
EnableDeepBuyRecoveryMode
bool
true
DeepBuyStartOrders
int
30
activate when normal BUY count reaches this
DeepBuyStartLots
double
0.30
OR activate when normal BUY lots reach this
DeepBuyTP_USD
double
10.0
DeepBuyTrailStart_USD
double
6.0
DeepBuyTrailLock_USD
double
3.0
DeepBuyTrailGap_USD
double
2.0
SellTrailStart_USD
double
2.0
SellTrailLock_USD
double
1.0
SellTrailGap_USD
double
1.0
HedgeTrailStart_USD
double
2.0
HedgeTrailLock_USD
double
1.0
HedgeTrailGap_USD
double
1.0
EnableBuyGrid
bool
true
BuyCooldownSeconds
int
20
Spacing_L1_15_USD
double
1.0
Spacing_L16_30_USD
double
2.0
Spacing_L31_50_USD
double
5.0
Spacing_L50Plus_USD
double
10.0
MaxBuyOrders
int
250
LevelLockTolerance_USD
double
0.25
EnableAutoSellModule
bool
true
MaxNegativeSellOrders
int
5
SellCooldownSeconds
int
900
SellZoneSizeUSD
double
2.0
max sell density zone size
MaxSellOrdersPerZone
int
2
max normal sells inside SellZoneSizeUSD
BottomBlockPercent24H
double
20.0
no sell inside bottom x% of 24h range
TopBlockPercent24H
double
20.0
no buy hedge inside top x% of 24h range
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone Baskaran-Aurax-Sentinal/Aurax-Sentinel 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 repository contains an extensive library of MetaTrader 5 expert advisors covering various algorithmic trading methodologies. The collection includes strategies based on Bollinger Bands, Relative Strength Index, moving average ribbons, and swing failure patterns. A core focus is the Ighodalo series for gold and CFD
This collection for MetaTrader 5 provides several automated Expert Advisors designed for various symbols including forex, gold, and indices. The repository features Mecha Godzilla, a grid trading system using ATR-based spacing and bidirectional orders, alongside specialized bots for Asian session breakouts and H4 trend
This repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,
This MetaTrader 4 collection contains various expert advisors, including a primary strategy based on EMA 50/200 crossovers and RSI filtering. The main EA manages entries through trend confirmation and provides risk controls such as stop loss, take profit, and trailing stops. It includes features for breakeven activatio
This MetaTrader 4 repository contains a collection of expert advisors and utilities, primarily focused on the AM grid robot and various scalping scripts. The main EA employs a grid-based strategy that layers orders at specific distances and includes settings for trend and counter-trend protection. It features a mechani
This repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an