How to exit after 5mins of entry

I want a keyword or logic by which I can exit the set after 5 mins of entry. I tried with Time>=entry time + number but it did not work as expected.

Hello,

Use the entire logic block below to exit after 5 mins from entry. X in the image represents the minutes delay you require Eg- If you want 30mins delay, X=30

Both the groups should be in OR logic and all 4 conditions need to be added.

Below is an example for a delay of 5mins. Can put this entire block in exit and it will exit after 5 minutes of entry.

If you want to refer time after repair then please replace the entry time keyword with lastrepairedtime keyword

Below is another example for exit/delay after 30 mins of entry

How to exit the trade after x no. of minutes on Tradetron

Please check the below video:

what if I have to exit after 90 mins from entry time (i.e. 6 candles of 15m each)? will this formula work? In this case, 60-x will be -30 (negative)