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
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
Comment