1. If I want to do intra bar computation but don't want to do it tick by tick, I can do my own tick count say, only execute the onbarupdate every 20 ticks. But how can I tell if the tick is the last tick of the current bar?
2. If I have multiple strategies running in a NT system, when a tick comes in, does the NT execute the onbarupdate (or any other event handling) in fixed sequence across all running strategies, or they're run in parallel/or non-deterministic way? If they're run in sequence, then how to control the sequence?
3. Does NT support backtesting of a set of strategies?
Thanks

Comment