operation time and single open trade
-
how can i program my EA to open only one trade and doesn't open any unless the existing one closed ?
also how can i specify at which EA can operate only and at which should be switched off ?
thanks
-
@saeed-2 For the forst question you need to use a 'No trade' block on top of your launching tree block. The second questions is a bit ambiguous to me. Can you please provide some more info?
-
i want EA to operate between certain time till certain time then turned off .. lets say operation time line is between 8am till 5pm
-
@saeed-2 Then you need this block on top of your launcher block tree:

-
@l-andorrà appreciated .. thanks always and forever
-
@saeed-2 You're welcome.