Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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:
3712
Valutazioni:
(9)
Pubblicato:
2018.06.06 13:08
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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);

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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