Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3042
- 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 represents two moving averages calculated based on the range of one-direction candlesticks.
One MA is for bullish range, the other one is for bearish candlesticks.
It has two configurable parameters:
- Period - calculation period (candlestick range)
- Applied price - calculation price
Calculations:
UP = SumUp / CountUp
DN = SumDn / CountDn
where:
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/21316

Difference of two moving averages within the range of one-direction candlesticks

A market state indicator