Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
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
Ö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örüntülemeler:
- 8284
- Derecelendirme:
- Yayınlandı:
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Indicator ADL (Advances/Declines Line) shows the ratio of positive and negative price increments over a specified time interval.
It has two input parameters:
- Period - calculation period;
- Use Cumulative mode - use the "cumulative" algorithm of calculations (Yes/No).
Calculations:
ADL = (Up - Dn)
If Use Cumulative mode = Yes, then:
ADL = (Up - Dn) + ADL of the previous day
where:
Up = Up(Period) Dn = Dn(Period)
- Up - number of bullish candlesticks over the period;
- Dn - number of bearish candlesticks over the period.
Fig.1 Use Cumulative mode = Yes
Fig.2 Use Cumulative mode = No
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/20796

A trading system based on the AbsolutelyNoLagLwma indicator signals.

Indicator AnchoredMomentum with the timeframe selection option available in input parameters.