Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

Extreme EA - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
6624
Derecelendirme:
(21)
Yayınlandı:
2018.12.28 13:09
Güncellendi:
2019.01.17 11:29
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Idea by: Scriptor

Code mq5 by: barabashkakvn

The EA works on hedge accounts ONLY!

The EA uses the following indicators: iCCI (Commodity Channel Index, CCI) and two iMAs (Moving Average, MA). It is possible to set a timeframe for CCI other than that for Moving Average. It is recommended to run the EA on timeframe CCI: timeframe or MA Fast and Slow: timeframe.

For indicator CCI, additional parameters shall be set:

  • CCI Up level - upper level (to be set as an integer)
  • CCI Down level - lower level (to be set as an integer)
  • CCI Current Bar - number of the bar, from which the CCI readings are taken

Trade signals for opening positions

  • Opening a BUY position:   MA Slow #1 > MA Slow #2 && MA Fast #0 > MA Fast #1 && (int)CCI #CCI Current BarCCI Down level  
  • Opening a SELL position:   MA Slow #1 < MA Slow #2 && MA Fast #0 < MA Fast #1 && (int)CCI #CCI Current Bar > CCI Up level


Signals for closing positions

  • Closing a BUY position:  MA Slow #1 <= MA Slow #2
  • Closing a SELL position: MA Slow #1 >= MA Slow #2

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

Price_Momentum_Oscillator Price_Momentum_Oscillator

Indicator Price Momentum Oscillator

BestInterval BestInterval

Calculating the best trading interval.

Volatility_Quality_Index Volatility_Quality_Index

Indicator Volatility Quality Index

Sylvain_Vervoort_RSI_inverse_fisher_transform Sylvain_Vervoort_RSI_inverse_fisher_transform

Indicator Sylvain Vervoort RSI inverse fisher transform