The problem is that OnBarUpdate() is not called when there is no new market data coming in, so I can't test it.
Is there a way to ensure that OnBarUpdate() is called at least once every second?
Should I start an asynchroneus endless thread once, from inside the indicator code?

Comment