Delaying trade execution
-
Hi there,
I somehow have created a condition where my "re-entry" logic occurs on the same tick as my "exit trades" logic, causing some trades to be closed immediately when opened.

I have tried both delay(5 seconds) and skip tick for 1 minute, and they didnt seem to do the job.
-
@xlestergg Can you please share the link to your project to check it out?
-
@l-andorrà https://fxdreema.com/shared/m0s219PVd this is a sample of what I'm having
-
@xlestergg The problem is in your condition blocks. All of them are exactly the same! You need to specify different conditions for entries and exits.
-
@l-andorrà oh no, this is just an example so I did not set the conditions. But I do have them set up properly, all other blocks are there otherwise to cause the "open and close on the same tick"