Open BUY or Sell at specified server time
-
how do i set an EA to open trades at specific time hours, min and seconds e.g 12:29:30
-
@nizzy The green time filters, if seconds are important use component.
-
@jstap Alright thanks it works
-
how do i make the COMMENT for server time to continuously change every "second" instead of by "tick"
i tried ON TIMER but it doesn't work
https://fxdreema.com/shared/Ftsv4P75 -
@nizzy Did you specify 1 second on the 'on timer' event?:

-
@l-andorrà Interesting, never relied on something happening on the second, if I ever do at least I'll know what to check.
-
@l-andorrà thank you. AND also Is it possible for the EA to open trades/place order at a specific time NOT on tick?
-
@nizzy Yes, you can use that same 'on tick' tab so that a specific time your blocks there will be executed. You will still need to use the 1 second period event, though. That way, the EA will check every second if it is the scheduled time.