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:
- 5025
- Note:
- Publié:
- 2018.10.25 17:29
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Directional Volatility indicator. The indicator displays two volatility lines - bullish and bearish ones.
It has two configurable parameters:
- Period - calculation period
- Deviation - deviation
Calculation:
Short = ShortMA + Deviation * ShortDev Long = LongMA + Deviation * LongDev
where:
ShortMA - EMA(ShortS,Period)
ShortDev - StdDev(ShortMA,Period)
ShortS = PrevClose - Low
LongMA - EMA(LongS,Period)
LongDev - StdDev(LongMA,Period)
LongS = High - PrevClose
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22424

Converts a number to a text.

CCI_Histogram_Vol indicator with the timeframe selection option available in input parameters