Restricting Multiple Entry in Same Minute

I am trying to restrict my strategy to make only one trade in one minute. As of now, according to my strategy it would make an entry and exit in the same minute it would again take an entry if the entry condition is satisfies.

I have made this changes, but I am unsure if it would work or not. Please correct if I am wrong.

Yes im also facing this sam problem. But from tradtron side no help. actually they have to provide solution and need a restriction per candle one entry like trading view charts

I am using the Minute keyword in entry condition to restrict multiple entries in the same minute. This works for me because I am checking conditions on the previous 5-min candle as soon as it completes.

Hope this helps someone.