Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
HVR - indicateur pour MetaTrader 5
- Vues:
- 4238
- Note:
- Publié:
- 2018.07.09 10:47
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Oscillator Historical Volatility Ratio is a volatility indicator based on the "yesterday" / "today" price ratio
It has four configurable parameters:
- First deviation period - first standard deviation calculation period
- Second deviation period - second standard deviation calculation period
- Applied price - calculation price
- Threshold - "low" volatility threshold
Calculation:
HVR = StdDev1 / StdDev2
where:
StdDev1(ST) - standard deviation with the First deviation period
StdDev2(ST) - standard deviation with the Second deviation period
ST = LOG(Price/PrevPrice)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20981
Normalized_AC
Indicator Normalized Acceleration/Deceleration
Renko Level EAAn Expert Advisor based on indicator Renko Level