Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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
RMI - MetaTrader 5 için gösterge
- Görüntülemeler:
- 3809
- Derecelendirme:
- Yayınlandı:
- 2018.07.13 15:21
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Indicator RMI (Running Median Indicator) is a moving average with the "Running Median" filtering algorithm.
It has two configurable parameters:
- Period - calculation period;
- Applied price - price used for calculations.
Calculations:
RMI = VAR(Index)
where:
- VAR - the values of Applied price in ascending order within Period.
Index = floor(Length/2.0+0.5)
If round(Period/2) * 2 = Period:
Length = Period + 1
Otherwise:
Length = Period
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21166
PVO
Indicator PVO (Percentage Volume Oscillator) represents a momentum for the volume. It calculates the difference in the percents of large MA between two moving averages based on volumes.
MPOIndicator MPO (Midpoint Oscillator) displays price movement without its trend component around its centerpoint. It is displayed as two lines: Price movement line and signal line. Centerline (MidPoint) is zero level of the oscillator.