I've backtested and done market replay testing for a strategy. They are fairly close as far as results and trade execution are concerned. Backtesting was done on minute and tick data. Market replay was done using the market replay download.
I want to mimic the similar results in backtesting and market replay in live trading.
COBC=true;
The strategy = true. As my understanding is that even though COBC=true in backtesting the results are only calculate on close of the bar. Right?
All in all i would prefer to execute live trading as similar as possible with backtesting results. Is there a template out there that tries to execute the trades similarly the way backtesting system does.. but in live trading?
also in your opinion, is tick value 1 more closer to real time or market replay data?

Comment