Author |
Topic: Missing History In RequestBars (7 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
ESwanson Posts: 6 Joined: Jul 18, 2008 |
When I use the following function, I am getting missing results. Note the missing/incorrect dates (ie: 4/25/08).
m_OECClient.SubscribeBars(SelectedContract, Now.AddDays(-90), TimeSpan.FromDays(1)) Result:
|
||||
ESwanson Posts: 6 Joined: Jul 18, 2008 |
Also,
Regardless of what I set the Hour, minute, or second in the "startDate", it still returns incorrectly. |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Timestamp of bars is an OPEN time. So, 4/25/2008 10:00 PM is evening of Friday.
Could you submit the name of contract, if I'm wrong? |
||||
ESwanson Posts: 6 Joined: Jul 18, 2008 |
The name and symbol of the contract is "Aussie Dollar (6AU8)"
So what should I put the startDate as if I want 90 days prior from today? (there is no requirement to have "today's" Price) |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
As I can see, the results include already all data for this contract for requested period (90 days prior today).
|
||||
ESwanson Posts: 6 Joined: Jul 18, 2008 |
Is 4/28/08 not suppose to be in here? That is a monday I believe.
Edited by ESwanson on Jul 24, 2008 at 11:56 AM |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Right, 4/28/08 is Monday and the missing bar for this day is an issue of the development server. It will be fixed there as soon as possible, thank you. It is not related with startDate.
|
||||