Hi,
I am using the following code to get current close:
esignal.RequestSymbol sym, False
and then use the event to extract the data.
But -- altough I am using the FALSE flag, which should give me only a snapshot, I still get realtime quotes sometimes.
Is it a know bug? or something I did wrong?
Currently, even if I use the ReleaseSymbol I still sometimes get realtime quotes.
I am using the following code to get current close:
esignal.RequestSymbol sym, False
and then use the event to extract the data.
But -- altough I am using the FALSE flag, which should give me only a snapshot, I still get realtime quotes sometimes.
Is it a know bug? or something I did wrong?
Currently, even if I use the ReleaseSymbol I still sometimes get realtime quotes.
Comment