I was wondering if there is a StopAndReverse kind of order. What I am trying to achieve is quite simple, however I am not sure how to program this in Ninjascript. Imagine I am using a simple moving average cross over strategy with a 1% stoploss. what I would like the strategy to do is stop and reverse my position once the stoploss is triggered. e.i. assume fast ma has crossed above slow ma, my strategy would enter a long position. Now assume price drops to my stoploss level, what I would like is to stop my long position and enter a short position. Is this currently possible with NinjaTrader?
Thanks,

Comment