condition 1 (entry):
fast EMA > slow EMA
close < fast EMA
enter long on limit at low
condition 2 (exit):
high > last 20 highs
exit long on limit at high
stoploss: 12 ticks
The exit limits are ignored. If I remove the stoploss, then the exit limit orders do execute. Of course I need the stoploss and profit exit both to work. I have read the helpguide info about internal order handling at http://www.ninjatrader-support.com/H...tml?Overview36, but I don't see the cause of my problem.
What am I doing wrong?

Comment