Rejoignez notre page de fans
- Vues:
- 3249
- Note:
- Publié:
- 2018.07.13 16:00
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21317

Two moving averages on the range of one-direction candlesticks

An indicator of bull/bear power

A market state indicator

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