Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Price Zone Oscillator - indicator for MetaTrader 5

Views:
6095
Rating:
(16)
Published:
2018.07.24 11:59
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Price Zone Oscillator indicator is based on the "Entering the Price Zone" article by Walid Khalil and David Steckler.

In our last article, we introduced a new oscillator that provides better guidance to buying and selling levels for securities: the Volume Zone Oscillator (VZO). This time, we introduce a similar, complementary indicator: the Price Zone Oscillator (PZO).

The formula for PZO depends on only one condition: if today's closing price is higher than yesterday's closing price, then the closing price will have a positive value (bullish); otherwise it will have a negative value (bearish).

Price Zone Oscillator = 100 x (CP/TC).

where:

CP (Closing position) = X-days EMA (± close).

and

TC (Total close) = X-days EMA (close).

Henderson's Filter Henderson's Filter

The Henderson Filters are derived by minimizing the sum of squares of the third difference of the moving average series. Henderson's criteria ensures that when these filters are applied to third degree polynomials, the resulting smoothed output will fit exactly on these parabolas. The Henderson Filters are suitable for smoothing economic time series as they allow the cycles typical of the trend to pass through unchanged. They also have the property that they will eliminate almost all the irregular variations that are of very short frequencies of six months or less.

Multi T3 Slopes Multi T3 Slopes

Multi T3 Slopes indicator checks slopes of 5 (different period) T3 Moving Averages and adds them up to show overall trend.

Price Zone Oscillator - Floating Levels Price Zone Oscillator - Floating Levels

Compared to the Price Zone Oscillator indicator, this version is using floating levels to find out the significant levels.

Normalized RSI Normalized RSI

Normalized RSI tries to fix the "RSI problem": the longer the calculating period, the flatter the RSI becomes.