Join our fan page
- Published by:
- Vladimir Karputov
- Views:
- 3282
- Rating:
- Published:
- 2018.10.25 16:00
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The author of the idea: shevss
MQL5 code author: barabashkakvn
The EA uses iAO (Awesome Oscillator, AO) and RAVI (Range Action Verification Index) indicators. The robot works only when a new bar appears. It handles a single position, therefore it may work both with hedging and netting accounts.
Position open signals:
- Buy: AO на баре #2 < 0.0 AND RAVI on bar #2 < 0.0 AND AO on bar #1 > 0.0 AND RAVI on bar #1 > 0.0
- Sell: AO on bar #2 > 0.0 AND RAVI on bar #2 > 0.0 AND AO on bar #1 < 0.0 AND RAVI on bar #1 < 0.0
Positions are opened with the volume equal to Lots. To disable any of the parameters: stop loss (Stop Loss), take profit (Take Profit) or trailing (Trailing Stop), assign the value of "0.0" to the parameter.
The remaining parameters are RAVI ones.
EURUSD, M30:
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21956

The EA is based on the intersection of two iMAs (Moving Average, MA) but with an additional filter: price from ENUM_APPLIED_PRICE

XCCI_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters

XRSI_Candle_Vol indicator showing a breakthrough of its zero line using candles, color labels and audio signals

The trading system based on the signals of the XRSI_Histogram_Vol indicator