| / | Forum |
|
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. |
|
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. |
|
Jay2804
2008.11.03 20:47
anybody?
|
|
phy
2008.11.03 20:54
Have you tried?
|
|
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-.... |