ICLVFunction
Hierarchy Properties

Type Library
TeeChartx

Description
Accumulation/Distribution financial function.

For each source point (OHLC), this function calculates the "CLV" as follows :

CLV = ( (Close-Low)-(High-Close))/(High-Low)

Then it can optionally multiply the CLV by the Volume, and it can optionally acumulate the result to previous point calculation.

The Volume property refers to a series that contains volume values.

The Acumulate property (default True), defines if results are acumulated or not.