Hello,
I am trying to get bar update notifications for a symbol. But my OnBarsChanged event is not firing.
I can get historic data and I can get continuous quote updates, but I don't seem to get Bar updates at all.
1. Should I be getting bar updates once I susbscribe to a symbol? Or do these notifications only come down when I am processing historic bars?
the call that I'm making to get quotes (and bars?) is this:
eSignal.RequestSymbol("MSFT", 1);
I get quotes, but no updated bars.
Do I need to do something different?
Thanks,
-tomas
I am trying to get bar update notifications for a symbol. But my OnBarsChanged event is not firing.
I can get historic data and I can get continuous quote updates, but I don't seem to get Bar updates at all.
1. Should I be getting bar updates once I susbscribe to a symbol? Or do these notifications only come down when I am processing historic bars?
the call that I'm making to get quotes (and bars?) is this:
eSignal.RequestSymbol("MSFT", 1);
I get quotes, but no updated bars.
Do I need to do something different?
Thanks,
-tomas
Comment