PDA

View Full Version : In Condition Builder SETS 1, 2, 3 ... means?


ju1234
11-20-2008, 08:48 PM
In the strategy builder If I had a condition & action in set 1, and another condition / action in set 2, are those two additive- both conditions must be met together to result in the execution of the actions in the two sets, OR is it like having two separate strategies just written within one, for example one could write the go long in set 1 and short in set 2, totally opposite conditions and actions.

How would you construct the strategy "IF current position is flat, enter long BUT IF current position is short EXIT Long AND enter long". this can be important if one comes in the morning in say a short position.

NinjaTrader_Josh
11-20-2008, 10:14 PM
The way the Sets work are they are independent of each other. Anything that is placed inside Set 1 will be additive inside of Set 1. Anything that happens in Set 2 happens after Set 1. The strategy will execute each set one time per bar update.