Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Ravi AO - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
2783
Valutazioni:
(15)
Pubblicato:
2018.10.25 16:00
\MQL5\Experts\
Ravi AO.mq5 (43.92 KB) visualizza
\MQL5\Indicators\
RAVI.mq5 (8.83 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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