I am attempting to get historical data for several symbols. If I request a symbol that does not exist, what type of information does eSignal produce to tell me so?
In other words, if I pass a bad symbol, eSignal returns a valid handle, but does not generate any ES_OnBarsReceived, ES_OnBarsChanged, or any other messages, leaving me hanging.
How can I determine if a symbol is invalid, other than just timing out after a long wait for data (not practical).
In other words, if I pass a bad symbol, eSignal returns a valid handle, but does not generate any ES_OnBarsReceived, ES_OnBarsChanged, or any other messages, leaving me hanging.
How can I determine if a symbol is invalid, other than just timing out after a long wait for data (not practical).
Comment