Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

Ravi AO - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
2784
Derecelendirme:
(15)
Yayınlandı:
2018.10.25 16:00
\MQL5\Experts\ \MQL5\Indicators\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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