Hi,
In some situation IsHistoryReady says that the history data is ready, but there are 0 bars.
Here is how to reproduce the problem:
- make sure eSignal nor data manager is running
- start your app and make sure any eSignal internal cache is cleared by calling ClearSymbolCache, ReleaseAllHistory, ReleaseAllTimeSales
- request MSFT data for the last 10 days
- release the request handle after recieving the data
- request MSFT data for the last 20 days
- IsHistoryReady will return 1 (= true) but the number of bars is zero
You may try using the attached C# 2003 project.
What's going wrong there ? Am I doing something wrong ?
Regards
In some situation IsHistoryReady says that the history data is ready, but there are 0 bars.
Here is how to reproduce the problem:
- make sure eSignal nor data manager is running
- start your app and make sure any eSignal internal cache is cleared by calling ClearSymbolCache, ReleaseAllHistory, ReleaseAllTimeSales
- request MSFT data for the last 10 days
- release the request handle after recieving the data
- request MSFT data for the last 20 days
- IsHistoryReady will return 1 (= true) but the number of bars is zero
You may try using the attached C# 2003 project.
What's going wrong there ? Am I doing something wrong ?
Regards
Comment