Announcement

Collapse
No announcement yet.

The bug and the suggestion

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • The bug and the suggestion

    Hello.

    I'm using the eSignal 7.5 build 727
    And have the following problem:
    For example i'm requesting 10 days of historical data for symbol MSFT. It works fine and in some time i get the OnBarsRecieved event. But if i request then data for the same symbol MSFT for 20 days for example - IsHistoryReady returns TRUE, but really new data comes only in some time!
    I'm now avoided this problem by adding small delay but it's a dumb solution of course...
    Did anybody faced with such a problem?

    And one suggestion:
    I'm wondering why i should recieve all the data from the start date up to today if i only want to det historical data for some small interval in the past? It is very time and traffic costy some time.
    It would be great if one can specify the first and the last date while requesting data...
    Whether such an update is planned?

    Regards, Alexey.

  • #2
    Are you saying that you will continue to receive more historical bars (in OnBarsReceived) for a call even after IsHistoryReady returns true for a given handle (as opposed to an update of the most recent bar via OnBarsChanged)?

    Comment

    Working...
    X