Announcement

Collapse
No announcement yet.

Symbol count exceeds ...

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

  • Symbol count exceeds ...

    Hello,
    I use API to get historic data for a set of 80 tickers. I often receive a message informing me that my password does not allow me to track more symbols than I have in my subscription (200 symbols).

    I make a loop to get historic data every 5 min. like that :

    handle = RequestHistory(..)
    ProcessData with OnBarsReceived or / and OnBarsChanged
    ReleaseHistory(handle)

    I also remark that some data come sporadically like CA-PAR and SGO-PAR or did not come at all.

    Has someone encountered the same issue?

    Any help / hint is appreciated!

    Thanks in advance

    mhlai

  • #2
    Are you tracking other symbols in your eSignal application quote windows when you run your Desktop API application? This could be a reason why your symbol limit exceeded.

    Comment

    Working...
    X