Join our fan page
Autotrader Momentum - expert for MetaTrader 5
- Published by:
- Vladimir Karputov
- Views:
- 5452
- Rating:
- Published:
- 2018.10.25 18:03
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The author of the idea - Collector
mq5 code author - barabashkakvn
The EA works on netting and hedging accounts. Trading signals are checked only when a new bar appears, while trailing works constantly. When opening a position, a stop loss (Stop Loss) and take profit (Take Profit) are placed immediately.
To disable stop loss, take profit or trailing, simply set Stop Loss, Take Profit or Trailing Stop to "0.0".
Position opening signals - comparing Close price on the current bar #Current bar with the one on the compared bar #Comparable bar:
- BUY open signal: Close #Current bar > Close #Comparable bar
- SELL open signal: Close #Current bar < Close #Comparable bar
BUY open signal is also SELL close one, while SELL open signal also serves as BUY close one. A previous position is closed first, and a new one is opened afterwards.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22409
The indicator paints candles going beyond the TimeZonePivots channel
WPR_Histogram_Vol_HTFWPR_Histogram_Vol indicator with the timeframe selection option available in input parameters