Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Ravi AO - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
2735
Rating:
(15)
Published:
2018.10.25 16:00
\MQL5\Experts\
Ravi AO.mq5 (43.92 KB) view
\MQL5\Indicators\
RAVI.mq5 (8.83 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The author of the ideashevss

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:

Ravi AO

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21956

VR---BUCH VR---BUCH

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_HTF XCCI_Histogram_Vol_Direct_HTF

XCCI_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters

XRSI_Candle_Vol_Zer XRSI_Candle_Vol_Zer

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

Exp_XRSI_Histogram_Vol Exp_XRSI_Histogram_Vol

The trading system based on the signals of the XRSI_Histogram_Vol indicator