Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5553
- Rating:
- Published:
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20506
Volume_Accumulation
Indicator of volumes accumulated.
SSIFT
Smoothed Stochastic Inverse Fisher Transform.
Blau_Candlestick_Index
William Blau Candlestick Index.
Blau_Candlestick_Momentum
William Blau candlestick momentum.