Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3703
Note:
(9)
Publié:
2018.06.18 15:09
PDO.mq5 (8.42 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.