Help with LastRepairedTime

Once a Repaironce is triggered, I want to wait for 5 mins (for current candle to close) before checking entry conditions.

However, Time (NSE) >= LastRepairedTime + Number(5) doesn’t seem to work.

Any solutions please?

Tradetron team: Please have a detailed tutorial reference for each keyword (input, output, where to use etc.). I’m not able to locate the output format of this keyword anywhere. LastRepairedTime seems to return an integer - but not sure what’s the format.

1 Like

Hi pls use the conditions exactly like in the image below

2 Likes

Thanks a bunch! I will check this out.

OMG… code seems so lengthy… but works like a charm…
Logically, I was also trying simple calc like time > repairtime + 5mins

Thanks Jovin for detailed code. :+1:

hi can we use this repair time condition for exit also (consider my total trade is 3 times intraday 5 mins time frame . if a 1st trade is taken and made profit or loss (either target hit or stop loss hit ) it need wait for 5 min and needs to check the condition from the current candle for the 2nd trade)

I am also having a problem with last repair time as seen here. I am also looking for a good keyword here

If you find out kindly let me know

1 Like

my problem also same can test it is working or not for reentry in tred after 5 minute