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

Power_Measure - MetaTrader 5 için gösterge

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

Power measure oscillator displays the ratio of the price change to volatility.

It has one configurable parameter:

  • Period - calculation period

Calculation:

The indicator calculates the percentage difference between the current and previous Close price:

CC = 100.0*(Close - PrevClose) / PrevClose

The percentage difference between High and Low prices is calculated as well:

HL = 100.0 * (High - PrevLow) / PrevLow

Power measure is calculated as a correlation ratio between these two flows:

PM = Sum/Sqrt(SumCC2 * SumHL2)

where:

Sum = Sum((CC - SMA(CC, Period)) * (HL - SMA(HL, Period)), Period) SumCC2 = Sum((CC - SMA(CC, Period)) * (CC - SMA(CC, Period)), Period) SumHL2 = Sum((HL - SMA(HL, Period)) * (HL - SMA(HL, Period)), Period)

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

Pro_Go Pro_Go

Williams Pro-Go indicator

XCCI_Candle_Vol_Zer XCCI_Candle_Vol_Zer

XCCI_Candle_Vol indicator showing a breakthrough of its zero line using candles, color labels and audio signals

Mogalef Mogalef

Mogalef Bands indicator

Sensitive Sensitive

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