I have written before, and I'm still having the same problem. I understand the esignal will only track a limited amount of stock symbols. I can find the list of stocks that I've looked at from the data manager.
But my program cycles thru a list of stock symbols. I don't want esignal to keep track of any past searches. To clear the limit of symbols, I've written the following code, before I request data (esignal.RequestHistory)
esignal.ClearSymbolCache
esignal.ReleaseAllHistory
But esignal still says that my limit has been reached and I must upgrade.
Can you please tell how I clear esignal's symbol list from within code. I'm using visual basic.
But my program cycles thru a list of stock symbols. I don't want esignal to keep track of any past searches. To clear the limit of symbols, I've written the following code, before I request data (esignal.RequestHistory)
esignal.ClearSymbolCache
esignal.ReleaseAllHistory
But esignal still says that my limit has been reached and I must upgrade.
Can you please tell how I clear esignal's symbol list from within code. I'm using visual basic.
Comment