I have an application that should be able to track around 200 - 300 historical symbols at a tme. I tried just doing a request history for each of the symbols and then dealing with the data as it arrives. However, the amount of data received with just 20 open symbols is overwhelming and my application can't process it before more arrives thus crashing the API.
So I took another approach and called for the history on a timed event, once the data was received, I released the symbol, processed the data and waited for my timer to kick in again. This time my application crashes the api when I release the symbol. Reading through your forum here, that is a known bug as well. As is the fact that even if this worked, I would eventually run out of my allocated symbols because of another bug.
What do I do now?
I want the user to be able to pick a list of symbols that the application will scan in the background and alert the user if a set a criteria are met in any of them. It seems that this isn't possible with the current API.
There are a lot of bugs in the list and a lot of acknowlgement that they are there, is there any list of bugs and their approximate fix date that I could review?
Thanks in advance
Simon
So I took another approach and called for the history on a timed event, once the data was received, I released the symbol, processed the data and waited for my timer to kick in again. This time my application crashes the api when I release the symbol. Reading through your forum here, that is a known bug as well. As is the fact that even if this worked, I would eventually run out of my allocated symbols because of another bug.
What do I do now?
I want the user to be able to pick a list of symbols that the application will scan in the background and alert the user if a set a criteria are met in any of them. It seems that this isn't possible with the current API.
There are a lot of bugs in the list and a lot of acknowlgement that they are there, is there any list of bugs and their approximate fix date that I could review?
Thanks in advance
Simon
Comment