This manager enables manual execution via keyboard shortcuts and provides automated risk controls, including ATR-based break-even settings and trailing stops. The collection also offers strategy snippets for London session breakouts and indicators for currency strength and pivot points. Risk management is prioritized through features like daily loss limits, basket management, and hedging at stop loss levels. While the repository contains legacy MetaTrader 4 code, the developer currently focuses on updating and improving the MetaTrader 5 versions.
Keyboard-based manual execution and order modification
ATR-based break-even and trailing stop logic
Suite of indicators including currency strength and pivots
Risk management tools for daily loss and equity protection
Strategy snippets for automated London session breakouts
Read from Trade Manager.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Instance
TypeInstance
1
Automation
TypeAutomation
NoAutomation
BreakEvenAfterPercentATR
double
10
AboveBEPercentATR
double
4
StartTrailingPips
double
7
TakeProfitPips
double
0
StopLossPips
double
0
SetTerminalStopLoss
bool
false
HedgeAtStopLoss
bool
false
HedgeVolumeFactor
double
1
HedgeFlatAtLevel
double
5
TakeProfitPercentTradingCapital
double
0
Show all 40 inputs
Name
Type
Default
Description
StopLossPercentTradingCapital
double
0
MaxDailyLoss
double
0
StopLossPercentTradingCapitalAction
TypeStopLossPercentTradingCapitalAction
CloseAllTrades
CloseTradesBeforeMidnight
bool
false
CloseTradesBeforeMidnightHour
int
23
CloseTradesBeforeMidnightMinute
int
00
ActivateTrailing
bool
false
TrailingFactor
double
0.6
OpenLots
double
0.01
ExecutionTest
bool
false
ShowInfo
bool
true
TextColor
color
Gray
TextColorBold
color
Black
TextColorInfo
color
DodgerBlue
TextColorPlus
color
MediumSeaGreen
TextColorMinus
color
DeepPink
Color_USD
color
MediumSeaGreen
USD color
Color_EUR
color
DodgerBlue
EUR color
Color_GBP
color
DeepPink
GBP color
Color_CHF
color
Black
CHF color
Color_JPY
color
Chocolate
JPY color
Color_AUD
color
DarkOrange
AUD color
Color_CAD
color
MediumVioletRed
CAD color
Color_NZD
color
Silver
NZD color
FontName
string
Arial
FontSize
int
9
TextGap
int
16
ManageOwnTradesOnly
bool
true
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone peterthomet/MetaTrader-5-and-4-Tools from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts or MQL5/Experts.
3Copy the filesCopy the .mq4 / .mq5 file into Experts, and any .mqh files into the Include folder the code expects.
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.
GitGpa is an extensive repository of MetaTrader 4 expert advisors, primarily featuring implementations of the OzFX strategy alongside various technical indicator-based bots. The collection includes tools for trend chasing, breakout trading, and moving average crossovers. These experts incorporate multiple risk manageme
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 repository features a collection of MetaTrader 5 expert advisors designed for automated trading across various market conditions. The included tools range from grid-based systems like Mecha-Godzilla to range-reversion and breakout strategies. The expert advisors offer modular risk management, including daily loss
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 is a collection of MetaTrader 4 expert advisors focusing on breakout and technical indicator strategies. Notable components include breakout logic based on Monday high and low prices, exponential moving average crossovers, and high-water mark tracking. Risk management is handled through various lot sizi
Xurya Algorithmic Trading is a collection of MetaTrader 4 expert advisors centered on breakout strategies and volatility analysis. The primary EA uses a breakout mechanism with entries filtered by price action across a defined number of bars. It features risk controls including fixed percentage lot sizing based on acco