Run strategy only once a day

Hi,
I want to execute my strategy only once a day.
I observed that my target hit, trade was closed and again it got initiated.
Below is the existing condition -

Why my strategy is getting reactivate?
I don’t want to trade again if my SL or target hit today.

BR,
Rashmi

//Not an investment advice

You do not need to code it. In the advanced settings section add time for reactivation at 8 hours. That would ensure if the strategy exits anytime intraday it will only reactive before next day open.

I think you saying about this -->
image

Its already set to reactivate after 12hrs still multiple times it got executed -->

BR,
RJ

// Not an investment advice

The “Reactivate on exit” is triggered by an “Universal Exit”. Could you post the Universal Exit condition? Do you see universal exit being satisfied for your strategy or just set exit taking place? How many sets are you using? Is it more than 1?

1 Like

Use Positions Detail (Entry, All, All, quanity, Nifty Bank) == Number 0

1 Like