Announcement

Collapse
No announcement yet.

RequestHistory again

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

  • RequestHistory again

    I have a problem getting the price history.

    This problem appeared with version 10 (version 8 worked ok).
    I download only one symbol, do not run RequestHistory until all data recieved, make interval between downloading.

    These are my steps :

    requestHistoryHandle= esignal.RequestHistory( ...

    if esignal.IsHistoryReady(requestHistoryHandle) ...

    recieve history

    esignal.ReleaseHistory (historyHandle)


    Somehow it is blocked after the first (sometimes socond) downloading.

    Thank you.

  • #2
    Hi Sergey999,

    Do you mean you are not able to retrieve data for more than one or two symbols? What happens when you try? Are you getting any error messages? What symptoms are you seeing? Also, could you please post the arguments you are passing in the RequestHistory call?

    Comment

    Working...
    X