Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 4142
- Valutazioni:
- Pubblicato:
- 2018.06.18 15:09
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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
Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.