Block Volume
Description
Block volume detects block trades and display how many occurred per bar. This can be displayed either as trades or volume. Historical tick data is required to plot historically.
Syntax
BlockVolume(int blockSize, CountType countType)
BlockVolume(ISeries\<double\> input, int blockSize, CountType countType)
Return Value
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.

