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

Percentage_Price_Oscillator - MetaTrader 5 için gösterge

Görüntülemeler:
7064
Derecelendirme:
(37)
Yayınlandı:
2013.08.12 22:41
Güncellendi:
2023.03.29 13:42
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Real author:

Tom Balfe

A non-normalized oscillator. The indicator is calculated using the following formula:

Percentage Price Oscillator = (FastMA - SlowMA) / SlowMA

According to the author:

  • It shows more accurate signals of divergence between the price and the value of the oscillator;
  • It more accurately identifies price extremes, its movements are more dynamic.

The indicator is implemented with a signal line, so it can be used similarly to the stochastic oscillator.

This indicator was first implemented in MQL4 and published in Code Base 08.03.2008.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging price series for intermediate calculations without using additional buffers".

Figure 1. The Percentage_Price_Oscillator indicator

Figure 1. The Percentage_Price_Oscillator indicator

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

MACD Divergence MACD Divergence

This indicator will plot divergence lines on the MACD indicator and will give buy and sell signal by displaying green and red arrows.

Velocity_v2 Velocity_v2

The Momentum oscillator with a triple averaging and a signal line.

Hull_Candles Hull_Candles

An indicator in the form of candlesticks based on the Heiken Ashi algorithms and two averages.

Trend Score Trend Score

A simple trend indicator based on counting of the number of bullish and bearish candlesticks.