Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4128
- Rating:
- Published:
- 2018.06.18 15:09
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
PDO (Percent Difference Oscillator) oscillator shows the difference between moving average and the current Close price, expressing the difference in the percents of the moving average (above / below the MA).
It has three input parameters:
- Period - MA calculation period;
- Method - MA calculation method;
- Applied price - MA calculation price.
Calculations:
PDO = 100*(Close - MA)/MA
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20862

Oscillator Notis% V measures the market volatility, based on the difference between the intraday High and Low.

Trading panel based on class CDialog.

Informational indicator AnalysisOnBars shows bars without considering the price. Bars are shown in points.

Indicator AnalysisOnBars with the timeframe selection option available in input parameters.