count "n", then pass
-
Is "n" in seconds, ticks, minutes, etc?
Thanks
-
Number of passes. Not in time.
-
Thanks Sketsec. Basically what I am trying to do is I want the EA to wait n number of seconds before moving forward. So say 50 seconds before moving to the next block in the code. How can I do this? Thanks
-
@JerryCrypto
Try block "Once per seconds" and enter 50 -
I tried that last week but it didn't work. Maybe I have something else in the code that was working against it. I will check it out and let you know.
-
@JerryCrypto
Try:
There is a block like 'Counter: counter n, then pass' . You add it below the block 'Once per seconds'.It skip the first click and wait for next click. It may not give you the exact waiting time but it is like what you want. Worth try it out