Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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:
3134
Note:
(9)
Publié:
2018.06.06 13:10
Drive.mq5 (13.34 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The oscillator indicator shows a ratio between bullish and bearish candlesticks over the selected period.

It has two parameters:

  • Period - calculation period
  • Method - the method of smoothing

Indicator calculation:

Up (Green) = ((High - Open) + (Close - Low))/2, the average value over the selected period;

Down (Red) = ((Open - Low) + (High - Close))/2, the average value over the selected period.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20333

DMA DMA

Dynamic Moving Average

Candle_Ratio Candle_Ratio

The ratio of bullish to bearish candlesticks over the selected period

EVWMA EVWMA

Elastic Volume Weighted MA

LWPI LWPI

Larry Commerical Proxy Index