TOHLCSeries.AddOHLC
 
 
 

All Units  All Classes  Properties, Methods and Events  

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.



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.