MQL4 - automated forex trading   /  

Forum

Start new trade with time limit.

Back to topics list To post a new topic, please log in or register

avatar
2
Jay2804 2008.11.02 22:43 

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.

article

Ten "Errors" of a Newcomer in Trading?

The article substantiates approach to building a trading system as a sequence of opening and closing the interrelated orders regarding the existing conditions - prices and the current values of each order's profit/loss, not only and not so much the conventional "alerts". We are giving an exemplary realization of such an elementary trading system.


avatar
2
Jay2804 2008.11.03 20:47 
anybody?

avatar
2462
phy 2008.11.03 20:54 
Have you tried?

avatar
5
Behrooz_100 2008.11.06 01:13 
Jay2804 wrote >>

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-....

Back to topics list  

To add comments, please log in or register