Manual Trade Manager Sl And Trailing
- Yardımcı programlar
- Morteza Poudat
- Sürüm: 4.20
- Etkinleştirmeler: 5
Mt5 Mobile Trade Assistant Sl Trailing
Mt5 Mobile Trade Assistant Sl Trailing is an Expert Advisor designed for traders who open positions manually (including from the MetaTrader 5 mobile app) and want automatic protection and trade management on the desktop terminal.
This EA never opens trades. It only:
- Sets an initial Stop Loss (SL) when a new position is detected (only if SL is missing)
- Manages trailing stop per position with configurable start, step and distance
- Works across multiple symbols from a single chart
Key features
- Manual-trade assistant: ideal for trades opened from MT5 Mobile
- Multi-symbol management: watch many symbols at the same time
- Per-symbol parameters: different SL and trailing settings per symbol
- Safe SL behavior: SL is set only if the position has SL = 0 (it does not overwrite your existing SL)
- Broker stop-level aware: respects minimum stop distance when setting/modifying SL
- Magic filter: manage manual trades only, all trades, or only a specific magic number
- Quiet mode: optional logging controls (on/off + log level)
How it works
- Attach the EA to any chart (only one instance is needed).
- Configure InpSymbolSpecs (recommended) or use InpSymbolsCsv + default parameters.
- Open trades manually (desktop or phone).
- The EA detects the position and:
- sets initial SL (if missing)
- activates trailing once profit reaches the start threshold
Inputs
Per-symbol configuration (recommended)
InpSymbolSpecs format (semicolon between symbols):
SYM,SLpts,TrailStart,TrailStep,TrailDistance;SYM2,SLpts,TrailStart,TrailStep,TrailDistance
Example:
XAUUSD,200,200,50,200;EURUSD,30,30,10,30;GBPUSD,25,40,10,25
All values are in points.
Fallback configuration
If InpSymbolSpecs is empty:
- InpSymbolsCsv : list of symbols to watch
- InpSLPoints , InpTrailStartPts , InpTrailStepPts , InpTrailDistancePts : default values for all watched symbols
Trailing switch
- InpUseTrailing : enable/disable trailing for all symbols
Magic filter
- InpMagicFilter = 0 : manage manual/phone trades only (magic = 0)
- InpMagicFilter = -1 : manage all positions
- InpMagicFilter > 0 : manage only positions with this magic number
Notes
- The EA manages only symbols listed in your configuration.
- Works with both BUY and SELL positions.
- The EA does not set Take Profit (TP) and does not change TP.
Recommendations
- Use a VPS if you want trailing to work continuously.
- Test parameters in a demo account first.
Disclaimer
Trading involves risk. This product is a trade-management tool and does not guarantee profits. Use at your own risk.
