If display update interval is set to 1 second, does this guarantee that the fastest OnBarUpdate could ever run is every second?
Is setting the update interval = 0 required in order to guarantee that OBU will truly run every time the "last" price changes?
If the last price doesn't change, but trades are still occurring (i.e. 100 ticks in a row that trade at the same price), will OBU run with calculatedonbarclose = false, or does the last price have to change for OBU to run? Thanks,
kc

Comment