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

Basic CCI RSI - MetaTrader 5 için Uzman Danışman

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

The author of the ideaInovance

MQL5 code author: barabashkakvn

The EA checks trading signals when a new bar appears:

  • BUY: 
    • RSI > RSI Level Up
    • CCI > CCI Level Up
  • SELL: 
    • RSI < RSI Level Down
    • CCI < CCI Level Down

If both signals (from RSI and CCI) are "true", then the signal is considered to be present and a position with the Lots volume is opened. Stop Loss, Take Profit and Trailing Stop can be disabled by setting the appropriate parameter to "0.0".

EURUSD, M15. Test result (optimization was performed from 2018.05 to 2018.08 - this part of the optimization is marked in the figure)

Basic CCI RSI

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21976

Exp_XRSI_Histogram_Vol_Direct Exp_XRSI_Histogram_Vol_Direct

The trading system based on XRSI_Histogram_Vol_Direct indicator signals

Exp_XCCI_Histogram_Vol_Direct Exp_XCCI_Histogram_Vol_Direct

The trading system based on XCCI_Histogram_Vol_Direct indicator signals

AMA Trader AMA Trader

Trading strategy based on iAMA (Adaptive Moving Average, AMA) and iRSI (Relative Strength Index, RSI) indicators. Martingale is applied.

Iin_MA_Signal_NRTR Iin_MA_Signal_NRTR

Iin_MA_Signal indicator in NRTR form