In this thread, we will deal with following issue:
Issue:
Repair Once works only one time in a strategy before Set Exit or Universal Exit Happens in a Strategy.
So in a Short Straddle or a Short Strangle Strategy, often after the first Stoploss or Target is hit using Repair Once condition, the set may Re-enter again as the net quantity of both legs is nil, since SL or target of both legs has triggered.
However, after the Re-entry, the Repair Once, used to trigger SL or Target will not trigger the 2nd time. This is because before the re-entry happens again, The Set Exit or Universal Exit needs to trigger first. Then only Re-entry needs to happen.
When Re-entry happens after Set Exit or Universal Exit is triggered, it will automatically trigger the Repair Once again, this can then continue for however many times you wish in your strategy.
So in below example, we will construct a simple Short Straddle Strategy, and we will trigger 1st SL or Target of either of the legs using Repair Once, and 2nd SL or Target will be done by using Universal Exit. This will enable smooth Re-entry procedure.