Author: Kim Igor V. aka KimIV
Automatic Trailing Stop for all open positions. Attach to one chart only.
Automatic Trailing Stop for all open positions. Attach to one chart only.
Similar MetaTrader Trading Tools:
- Trailing Step Function - script MetaTrader 4 //+------------------------------------------------------------------+ //|Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â | //+------------------------------------------------------------------+ void TrailingStep(double trailingStepStartPips, double _trailingStepPips, double initialStopLossInPips=0, bool useSymbol=false, bool useMagicNumber=false, int _magicNumber=0, bool initialStopLossWillBeDone=true) { Â Â Â Â for(int…
- Trailing Function - script MetaTrader 4 //+------------------------------------------------------------------+ //|Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â | //+------------------------------------------------------------------+ void Trailing(double trailingStartPips, double _trailingPips, double initialStopLossInPips=0, bool useSymbol=false, bool useMagicNumber=false, int _magicNumber=0, bool initialStopLossWillBeDone=true) { Â Â Â Â for(int…
- Trailing stop MT4 - EA MetaTrader 4 Use protect profit after open position Trailing stop MT4 - expert for MetaTrader 4
- Trailing Stop with MagicNumber - EA MetaTrader 4 Trailing stop really supports our trading by shifting the stop loss to the profit area so that we can always…
- My Trailing - EA MetaTrader 4 Simple Trailing Stop EA with Trailing Steps and Trailing Start Point My Trailing - expert for MetaTrader 4
- Basic expert adviser with trailing stop - EA MetaTrader 4 Fully functional expert adviser with trailing stop. Should not be used for trading as there are no entry/exit rules or…
- Candle Trailing Stop - EA MetaTrader 4  "Candle Trailing Stop" EA trades with 3 MA's and uses candels for Trailing Stop Loss &Take Profit works best on…
- Trailing Master - EA MetaTrader 4 The Expert Advisor that performs order trailing after reaching certain profit. It provides a filter based on magic number and…