I am new to NinjaScript and am trying to develop a Custom Strategy.
I am confused on "calculateOnBarClose" value for "BackTesting" vs "Live Strategy".
Question 1:
********
When I am executing a Live Strategy, and if "executeOnBarClose=True", will NinjaTrader fire the entry order on the Open of Next bar after the bar on which my signal is triggered??
Question 2:
**********
When I am executing a Live Strategy, and if "executeOnBarClose=True", will NinjaTrader fill me if my exit target is reached, even before the close of a bar or it strictly evaluates my target ONLY on the close of each bar?
Thanks in Advance,
Sudharsanv.

Comment