I would like to make sure I correctly understand *StopLimit orders, let's take ExitLongStopLimit. Do I understand correctly limitPrice and stopPrice: when stopPrice is touched, Long position will be closed with limitPrice ExitLongLimit order? Is that correct?
Let's take ES: at previous bar we set: ExitLongStopLimit with stopPrice=1200, limitPrice=1200, Close[1] was 1200.25, stop price is below market, all OK. Now say during Close[0] price falls, and hits 1200, long position is terminated with Limit 1200 order.
Is it OK to have both stopPrice and limitPrice set to the same value?

Comment