Thanks. Looks like I need to set the session template "US Equities RTH" on per instrument basis in the watchlist. I can do that. I will try today after market hours. Can you please let me know if there is any option to set a session template as the default session template for ninjatrader to use. I noticed the option to set session template disappears in strategy analyzer if the data series type is "Day" in the backtest options.
Hi JC -
Your Option-B is what I need i.e., strategy analyzer process the daily bar after the market is closed for the day (i.e., after US equities RTH hours) to submit orders for next day. My understanding is currently it is NOT processing today's daily bar till next day's daily bar close. Probably because I had CalculateOnBarClose=true. That behavior is non-intuitive.
I am hoping with Koganam suggestions i.e., CalculateOnBarClose=false and setting session template for instruments individually to US Equities RTH would solve the problem i.e., strategy analyzer invokes OnBarUpdate() on today's bar after hours.
I think it would be useful if NT has documentation describing clearly when strategy analyzer will process today's DAILY bar (like for Yahoo/Kinetic EOD data feeds) i.e., when it will invoke OnBarUpdate() method on today's DAILY bar for these two options -- CalculateOnBarClose=false and true. Same information for strategies working off weekly bars.

Comment