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:
3716
Note:
(9)
Publié:
2018.06.06 13:08
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator shows the ratio between bullish and bearish candlesticks over the specified period.

The indicator has three input parameters:

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

Calculation formula:

Up Candle

Up=close-open; Down =0;

Down Candle

Down=open-close; Up = 0;

Ratio = Sum(Up) / Sum (Down);

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

Bogie Bogie

An oscillator indicator of probable reversals

BO BO

The Blast Off oscillator indicator

DMA DMA

Dynamic Moving Average

Drive Drive

The indicator of candlestick direction ratio