I have the following error on back testing on my code.
**NT** An Exit() method to submit an exit order at '04-01-2011 10:15:00 AM' has been ignored. Please search on the term 'Internal Order Handling Rules' in the Help Guide for detailed explanation.
The problem is stop loss order not executing on backtesting.
The following entryorders EnterLong, EnterlongLimit, EnterShort, EnterShortLimit on same strategy and following exitorders ExitLongStop for long stoploss, ExitShortStop for short stoploss and SetProfitTarget for profit.
I would like to know how we can come out of this situation?
Antony

Comment