Set re-entry after set exit

My strategy gets re-entered after set exit, but repair once not triggers again. How to fix it?

RepairOnce as it names says it triggers only once in that strategy. It will trigger again only after strategy exit and enter.
You can try use RepairContinues for your requirement.