Take re-entry after some time

hi all,
i create a very simple strategy using 15 min heikin-ashi candel for example:
open = low for buy
open = high for sell
sl if LTP cross low of privious candel
but when my sl get trigger algo takes multiple trade bcoz my entry and exit condition both match at same time.
so what i want to do is after exiting trade strategy look for another entry candel insted of taking multiple trade on exited candel.
anyone have solution for that

Let me know if this works.

In Advance settings… change Reactivate on Exit After to 15 mins.
So essentially… your trade will exit in One 15 min Candle and only recheck for a trade in another 15 min candle.