An Exit() method to submit an exit order at '12/05/2009 16.17.00' has been ignored. Please search on the term 'Internal Order Handling Rules' in the Help Guide for detailed explanation.
Probably this message pops up because I called
exitOrder=ExitLongLimit(BarsInProgress,true,Positions[BarsInProgress].Quantity,
GetCurrentAsk()-TickSize,"Sell",zh.Buy);
several times, and before execution has taken place.
What happens with the first ExitLongLimit() call?
Will this still arrive at execution or will your errorlogic suspend all calls to ExitLongLimit once an eror is detected?
best regards
andreas

Comment