Version 1.8 2021.11.18
Recompilation.
Version 1.7 2017.06.20
- Added two buffers for the fast and slow moving averages based on cumulative volumes.
- Added parameters MAFast (7 by default), MASlow (12 by default) and MAMethod ('simple' by default) for adjusting the periods and calculation algorithms of the moving averages. To hide the new moving average lines, set their periods to 0.
- Added alerts for several events. To enable the alerts, use the ShowAlerts parameter (false by default, disabled). Alerts can be generated dynamically (inside a bar) or only on complete bars. These two modes are toggled by the AlertsOnCompletedBar parameter.
- Specific types of alerts are enabled by the corresponding options (all disabled by default):
* Bar Divergence - opposite direction of the bar and volume change (in the previous versions and in this version of the indicator it is marked with red and blue arrows);
* Cumulative Divergence - divergence of the price graph direction and cumulative volumes, calculated by linear regression channel of period 2*CumulativePeriod;
* Fast and Slow MA Crossover - fast and slow moving average crossover;
* Cumulative Zero Crossing - zero crossing by the cumulative volume line or fast MA, if it is enabled;
Version 1.6 2016.04.21
- Added new option HideBuySell (false by default) to hide columns for Buy and Sell volumes in the table, as well as corresponding histograms.
- Improved columns alignment in tables when located in the left-side corners.
Version 1.5 2015.09.07
A new parameter is added for customization of the color of the vertical line and the price mark at maximal volumes. The graph is now automatically refreshes up to specified number of bars if previously missing M1 data is downloaded.
Version 1.4 2015.08.11
Added parameters to customize text colors in the table.
Version 1.3 2015.06.03
Minor bugs are fixed.
Version 1.2 2014.08.22
New parameters added:

- HideTable - if true, the table with splitted volumes is not shown; by default - false;
- HideMark - if true, the price mark on a level with volume maximum is not shown; by default - false;

When both HideTable and HideMark are true, the vertical line for selection of a bar under investigation is not shown as well. Also this line is now hidden if StickToBar0 is true, because automatic tracking of 0-th bar does not require the line.