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

Percentage Oscillator of Price - indicator for MetaTrader 4

Views:
15307
Rating:
(5)
Published:
2008.09.25 08:34
Updated:
2014.04.21 14:53
PPO.mq4 (3.13 KB) view

A percentage oscillator of the price allows to perform the comparing the time periods independently on the price.

Calculation:
PPO = ( EMA(CLOSE, 12) - EMA(CLOSE, 26) ) / EMA(CLOSE, 26)
SIGNAL = SMA(PPO, 9)

Signals:
1.Positive/Negative divergence
2.The intersection of the indicator with its signal line.
3.A condition of overbuying/overselling


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/8371

MACDVesrion2_MOD MACDVesrion2_MOD

MACDVersion2_ Mod is amodification of MACDVersion2 to show some additional information.

EMA CROSS EMA CROSS

Expert Advisor EMA_CROSS.

Market Time Market Time

Indicator Market Time.

Mouteki-Demark trend new Mouteki-Demark trend new

Another Demark indicator.