Trade on specific days.
-
Hi,
I need to make a trade on a time is there a timer function to open
a trade on a day with a time, example open a trade on Monday
at 13:00pm and close it at 13:05pm local time.sincererly
-
You tried some time filters? Time Filter, Hours filter, Minutes filter...
But don't use too narrow times. If you want to do something exactly in 13:00:00 and not in 13:00:01, this will probably not happen, because EAs work only when a tick comes, but ticks come in irregular time periods. So, always have some time period - minute, two, five... And to make things to happen once, "Once per bar" can help. Or if you open a new trade "No trade is running" can be enough.
-
I tried once a day with a time period setting and it works
once.Thanks
Kam