Need help with creating exit condition based on the ATR

I want to create a strategy with the following exit condition:
Target: Entry Price + (1.5 × ATR)
Stop Loss: Entry Price - (1 × ATR)

Any help towards this will be really appreciated.

@Streak

Hi @Divyanshu_Agrawal

Kindly note that we have shared conditions as per your requirement based on our understanding. Refer to the image below.

Hope this helps.

Yes, this helps. Thank you.