Conditions:
1. A long entry has been fired and is moving in the desired direction.
2. The long entry has a unique signal name (Long1).
3. An exit set ( If All) has been created and has two simple conditions:
a) Position.MarketPosition = MarketPosition.Long
b) Position.GetUnrealizedProfitLoss(PerformanceUnit.T icks,ES 06-22 (1 Tick)(0)) > 30
4. On achieving the above, the system fails to exit. And yes, I am calling the signal name correctly in the exit order...
In appearance it should exit on the 31st tick for sure...
Where am I going wrong?
Thanx

Comment