Smart Basket Recovery EA initiates a series of orders at fixed intervals and manages them as a collective basket. The system utilizes dollar-based targets for profit-taking and loss prevention, including a maximum total loss limit and a recovery trigger. When the recovery state is active, the EA adds positions to mitigate drawdowns. It is designed for XAUUSD and includes features for spread filtering and execution delays. The README is missing.
Read from SmartBasketRecoveryEA_v3_Optimized.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
LotSize
double
0.10
GridStep
double
0.50
InitialOrdersPerSide
int
5
TargetProfitPerOrder
double
5.0
USD profit target per order
TotalBasketProfit
double
20.0
Total basket profit target (USD)
MaxTotalLoss
double
-10.0
Max total loss before close all (USD)
RecoveryTrigger
double
-5.0
Trigger recovery at this loss (USD)
ReversalDistance
double
0.50
RecoveryLot
double
0.10
RecoveryGridStep
double
0.50
MaxRecoveryOrders
int
20
MaxSpreadPoints
int
500
Show all 15 inputs
Name
Type
Default
Description
NewBasketDelaySeconds
int
3
MagicNumber
ulong
3692026
EnableLogging
bool
true
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone nguyenvnhieu290302-gif/trading-landing 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.
High Frequency Grid EA is an automated trading robot for MetaTrader 5 that implements a mean-reversion strategy through a grid of pending orders. It places buy and sell stop orders at calculated distances, using dynamic spread monitoring to ensure execution only during favorable conditions. The EA includes a trailing s
This grid trading robot for MetaTrader 5 automates the placement of multiple limit orders within a user-defined price range. It populates the market with a configurable number of buy and sell limit orders between specified high and low boundaries. The expert advisor includes risk management features such as individual
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 expert advisor facilitates arbitrage trading between futures and spot instruments, primarily targeting gold and stock indices. Available for MetaTrader 4 and 5, it monitors the price difference between two related symbols against a moving average to identify trade opportunities. The logic includes a noise-filterin
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 5 expert advisor provides an interactive on-chart trading interface for manual execution and automated strategy management. It features dedicated graphical buttons for market entry along with input fields for volume, stop loss, and take profit levels. The repository includes distinct modules for hedging