I'm wanting to add some simple filtering logic in my OnMarketData() code... specifically, I want to look at the gap between current bid/current ask before I decide if I'm going to take some action.
I just wanted to make sure that within a MULTI-INSTRUMENT strategy, while executing OnMarketData(), GetCurrentBid() and GetCurrentAsk() should already be correct and updated for the current instrument.
Thanks!

Comment