Did you deactivate the following lines Maurice ?
//OnLastTwoBarsOfDelistedSecurity = BarIndex() >= (LastValue(BarIndex()) -1) AND !IsNull(GetFnData(“DelistingDate”));
//OnSecondLastBarOfDelistedSecurity = BarIndex() == (LastValue(BarIndex()) -1) AND !IsNull(GetFnData(“DelistingDate”));
LE = Ref(buysetup,-1) AND Low<=Ref(buylimit,-1);
// AND NOT OnLastTwoBarsOfDelistedSecurity) ;
If I do this I no longer get that message regardless of having the line
SetTradeDelays(0,0,0,0);
If I understand it Nick’s situation is a bit different in that the same system is fine on his computer but not on the client’s ..suspicious for a difference in Ab versions or backtester settings but I can’t think of what