stefy
11-26-2008, 09:12 AM
I'm using the Bars.PercentComplete function in a backtest, where for 80% of the bar I use a Limit Price (EnterLongLimit) and for the remaining 20% of the bar I switch to market order (EnterLong).
In the backtest, I always get executed at market (EnterLong), never with the Limit Price.
I guess it's because I'm backtesting and hence NT considers always Bars.PercentComplete = 100%, is that correct?
Thank you
In the backtest, I always get executed at market (EnterLong), never with the Limit Price.
I guess it's because I'm backtesting and hence NT considers always Bars.PercentComplete = 100%, is that correct?
Thank you