TOBVFunction

TOBVFunction
Hierarchy     Properties     Methods     Events     

Unit
OHLChart

Description
On Balance Volume function.

This function uses an OHLC series (Candle) and another Volume series values.

For each point in the OHLC series, the Close price is compared to the Open price.
If the Close is higher, the Volume value for that point is added.
If the Close is lower, the Volume value is lowered.
\sb\sa
The result is a fluctuating line.