XAGUSD Trailing TP SL automatically adds initial stop loss and take profit orders to existing trades that lack them. The manager features a sophisticated trailing stop loss and a trailing take profit mechanism that extends targets during strong market moves. It utilizes the Average Directional Index (ADX) to identify trend strength and the Average True Range (ATR) for volatility-adjusted distances. Additional risk controls include a configurable break-even function and multiple extension limits.
Read from XAGUSD_TrailingTPSL.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpSymbol
string
XAGUSD
Symbol to monitor
InpMagicNumber
int
0
Magic number (0 = all manual trades)
InpCheckIntervalMs
int
500
Check interval in milliseconds
InpApplyInitialSLTP
bool
true
Apply initial SL/TP if not set
InpInitialSLPips
double
50.0
Initial Stop Loss (in pips)
InpInitialTPPips
double
100.0
Initial Take Profit (in pips)
InpEnableTrailingSL
bool
true
Enable Trailing Stop Loss
InpTrailingSLStart
double
20.0
Start trailing after X pips profit
InpTrailingSLDistance
double
15.0
Trailing SL distance (pips)
InpTrailingSLStep
double
5.0
Minimum SL move step (pips)
InpUseATRForSL
bool
true
Use ATR for dynamic SL distance
InpEnableTrailingTP
bool
true
Enable Trailing Take Profit
Show all 26 inputs
Name
Type
Default
Description
InpTPExtendThreshold
double
30.0
Extend TP after X pips in profit
InpTPExtendAmount
double
20.0
Amount to extend TP (pips)
InpMaxTPExtensions
double
5
Maximum TP extensions allowed
InpUseATRForTP
bool
true
Use ATR for dynamic TP extension
InpUseTrendFilter
bool
true
Only trail in strong trends
InpADXPeriod
int
14
ADX Period
InpADXThreshold
double
25.0
ADX threshold for strong trend
InpStrongTrendADX
double
35.0
ADX for very strong trend (aggressive trailing)
InpATRPeriod
int
14
ATR Period
InpATRMultiplierSL
double
1.5
ATR Multiplier for SL
InpATRMultiplierTP
double
2.5
ATR Multiplier for TP
InpBreakEvenPips
double
30.0
Move SL to breakeven after X pips
InpBreakEvenOffset
double
2.0
Breakeven offset (pips in profit)
InpEnableBreakEven
bool
true
Enable breakeven feature
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone flowmar47/MT5TPSLEA 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 expert advisor functions as a trade manager that automates stop loss adjustments for existing positions. It specifically waits until a trade reaches a user-defined profit threshold in points before initiating a trailing stop. The tool includes flexible filtering options to manage specific symbols, magic
Trader Pad is a trade management utility for MetaTrader 5 designed to automate position exits and risk control after an entry is initiated. The software handles stop-loss and take-profit placement in ticks, providing advanced trailing stop logic and break-even functionality. It allows users to scale out of positions th
This trade manager for MetaTrader 4 and 5 automatically adjusts the stop-loss levels of open positions using the Average True Range indicator. It allows users to define the trailing distance through a configurable ATR period and multiplier. The expert advisor includes filtering logic to apply the trailing stop only to
PSAR Trailing Stop is a management utility for MetaTrader 4 and 5 that automates the adjustment of stop-loss levels for open positions. Instead of manual movement, it follows the Parabolic SAR indicator values to lock in profits or minimize losses as a trend progresses. The software includes filtering options to target
This expert advisor is a utility for MetaTrader 4 and MetaTrader 5 designed to manage stop-loss levels for existing trades. It utilizes Bill Williams' Fractals indicator to dynamically adjust the stop loss as new fractal points form on the chart. Users can configure the number of bars to scan and specify which fractal
This visual trade management utility for MetaTrader 5 assists manual traders with order execution and risk management. It features interactive chart lines for entry, stop loss, and take profit levels, allowing for drag-and-drop price adjustments. The system automatically calculates position sizes based on a defined per