In my strategy I have a trigger which submits an EnterLongStop. Example Data
18.4.2011 Close=2000
19.4.2011 Close=2020
20.4.2011 Close=2030
On 18.4 the trigger ist activated and I sumbit EnterLongStop(2000). I am testing on a daily basis, this means that any order I submit will be executed the following day.
I get this error:**NT** A Buy order placed at '21.01.2000 17:30:00' has been ignored since the stop price is less than or equal to the close price of the current bar. This is an invalid order and subsequent orders may also be ignored. Please fix your strategy.
Since this is the following day, I do not understand why NT does not allow the EnterLongStop above? It has no connection to the current bar data, it should simple become active the day after.
thanks for any feedback
andre

Comment