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
Volume_Accumulation_Percentage - indicateur pour MetaTrader 5
- Vues:
- 4787
- Note:
- Publié:
- 2018.06.16 09:57
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Volume Accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:
VA = Volume * ((Close-Low)-(High-Close))/(High-Low)
where:
TVA= sum of VAs over a Period TV = sum of Volume over a Period VACC[Period] = (TVA / TV) * 100
The indicator has one input parameter:
- Period - calculation period.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20506
Volume_Accumulation
Indicator of volumes accumulated.
SSIFTSmoothed Stochastic Inverse Fisher Transform.
Blau_Candlestick_Index
William Blau Candlestick Index.
Blau_Candlestick_MomentumWilliam Blau candlestick momentum.