Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
3698
Valutazioni:
(9)
Pubblicato:
2018.06.18 15:09
PDO.mq5 (8.42 KB) visualizza
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

Notis Notis

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

TradingBoxing TradingBoxing

Trading panel based on class CDialog.

AnalysisOnBars AnalysisOnBars

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

AnalysisOnBars_HTF AnalysisOnBars_HTF

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