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

AwesomeMod - MetaTrader 5 için gösterge

Görüntülemeler:
3803
Derecelendirme:
(8)
Yayınlandı:
2018.06.16 10:06
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The indicator represents two Awesome Oscillators with different smoothing periods, AO Fast and AO Slow, calculated based on three components: Fast EMA, Medium EMA, and Slow EMA.

It has six input parameters:

  • Fast EMA period - fast EMA period for calculating the AO;
  • Medium EMA period - medium EMA period for calculating the AO;
  • Slow EMA period - slow EMA period for calculating the AO;
  • AO. Fast MA period - fast AO smoothing period;
  • AO. Slow MA period - slow AO smoothing period;
  • Applied price - the price of EMA calculating.

Calculations:

AO Fast = MVA(100*(Fast_EMA/Medium_EMA - 1), AO_Fast_Period)
AO Slow = MVA(100*(Medium_EMA/Slow_EMA - 1), AO_Slow_Period)

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

Absorption Absorption

The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.

Advance_Decline_Line Advance_Decline_Line

Indicator of trend strength and of the possible changes in its direction.

CC CC

John Ehlers Cyclic Component Indicator.

IT IT

Instantaneous Trendline - John Ehlers "instantaneous" trendline.