Could someone assist me with using the strategy wizard to create a stoploss situation/criteris setting that will reverse a position. This is what i have so far, and hopefully someone can put me in the right direction.
1) In "Set 1" i have my long entry criteria settings followed by a Enter Long in the do the following section.
2) As i am trying to reverse a postion at the stop price i have put a name in the user defined variables called SL.
3) In "Set 2" i have then built the exit based on Position.MarketPosition == MarketPosition.Long do the following EnterShortStop("",SL,""). This is where i am getting stuck.
If someone could point out my error and put me in the right direction it would be appreciated.

Comment