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
Indicatori

DiffMA_Histogram - indicatore per MetaTrader 5

Visualizzazioni:
2795
Valutazioni:
(7)
Pubblicato:
2018.07.13 16:00
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The indicator displays the difference between the DiffMA lines, i.e., two moving averages calculated within the range of one-direction candlesticks.

The calculations doe not require the availability of DiffMA - the indicator calculates it by itself.

It has two configurable parameters:

  • Period - DiffMA calculation period
  • Applied price - DiffMA calculation price

Calculations:

DMA = (Up - Dn)

where:

UP = SumUp / CountUp

DN = SumDn / CountDn

SumUp = Sum of SMA(Applied price, 1) for all bullish candlesticks within the Period

SumDn = Sum of SMA(Applied price, 1) for all bearish candlesticks within the Period

CountUp - number of bullish candlesticks within the Period

CountDn - number of bearish candlesticks within the Period

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21317

DiffMA DiffMA

Two moving averages on the range of one-direction candlesticks

Bears_Bulls_Impuls Bears_Bulls_Impuls

An indicator of bull/bear power

Flat_Trend Flat_Trend

A market state indicator

AbsolutelyNoLagLwma_Range_Channel_HTF AbsolutelyNoLagLwma_Range_Channel_HTF

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