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
Göstergeler

Modified_Advance_Decline_Line - MetaTrader 5 için gösterge

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

Modified Advance Decline line indicator is a modified ADL (Advances/Declines Line) trend indicator. It compares the difference between symbol chart increase and decrease moments within a certain time period. The indicator determines a trend strength for detecting market reversals as well. The calculation is performed considering tick volumes.

It has one configurable parameter:

  • Period - calculation period

Calculation:

MADL = PrevMADL + (2.0*Close-High-Low) / (High-Low) * (Volume+MA)

where

MA - SMA(Volume, Period)

If a trading instrument price goes up, while the indicator line moves down, this means a divergence and a possible market reversal signal. At the same time, this is only a warning about a possible reversal, since, due to some features of the indicator, the divergence of the directions of its line and the price chart may continue for a long time. But when the indicator line confirms the movement of the price chart with its direction, this indicates a strong current trend.

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

Proffessor v3 Proffessor v3

Grid of pending orders. The EA applies iADX (Average Directional Movement Index, ADX) indicator.

Sensitive Sensitive

The Expert Advisor based on iMACD(). Displaying MACD values via Point().

Fractal_Bar_Indicator Fractal_Bar_Indicator

Fractal bar indicator

Double_Smoothed_MACD_Stochastic Double_Smoothed_MACD_Stochastic

Double smoothed MACD Stochastic indicator