Start new trade with time limit.

 

Hello guys. I´m using a EA, but I have to make it do like this:

´´just start another trade after 3 hours of the last opened order´´.

For example- I want that my EA open a new trade, and close, after, wait for 3 hours to start another order.

Thanks guys.

 
anybody?
 
Have you tried?
 
Jay2804:

Hello guys. I´m using a EA, but I have to make it do like this:

´´just start another trade after 3 hours of the last opened order´´.

For example- I want that my EA open a new trade, and close, after, wait for 3 hours to start another order.

Thanks guys.

there are lots of ways,

1-before sending the order, initialize a timer variable and check with that

2-before sending the order, get the Ticket ID and check the next order with that

3-....

Reason: