TOHLCSeries.AddOHLC
TOHLCSeries
function AddOHLC(Const ADate: TDateTime; Const AOpen, AHigh, ALow, AClose: Double; Const ALabel: String; AColor: TColor): Integer; overload;
Unit
OHLChart
Description
The AddOHLC function appends a new Stock Market point to the Series. This function returns the corresponding point index for the new added point.
Note: If you want to skip weekends (ie: days with no stock data), then please use the other AddOHLC overloaded method that does not require a date parameter.
We recommend that you should use the TCandleSeries.AddCandle. method in place of this method.