Page 1 of 1

DefaultHighLowDataset & Regular Time Period

Posted: Mon Jun 18, 2012 8:01 pm
by russdb
Here's what I have:

2 type of datasets.

1. The DefaultHighLowDataset uses a specified Date.
2. OHLCSeriesCollection uses the RegularTimePeriod as a date structure.

Of what I noticed:

OHLCSeriesCollection has the capability to dynamically add datarecords but uses the Regular Time Period which has issues of including records for Weekends which is not supposed to happen.
DefaultHighLowDataset does NOT have the capability to dynamically add datarecords but allows the user to specify dates of any kind.

How can DefaultHighLowDataset be used to dynamically add data like the OHLCSeriesCollection can ???