| / | Forum |
|
eliteeservices
2008.10.22 09:52
How come I cannot send 2 orders at the same time: int start() Is there a way to send a buy and sell at the same time? |
|
Reporting the First Days of the Championship (1-3 October) The first three days of the Championship appeared to be dramatic and managed to show what some Expert Advisors are capable of. |
|
fbj
2008.10.22 12:50
because Terminal ONLY do ONE TradeOperation at any one time - no matter if 1...100 EAs running. u must use search box for more - is loads of articles and stuff about this 'issue' ;) think:
|
|
schnappi
2008.10.22 14:42
There is. Open up two accounts and run two seperate MT-instances. Like in a Master/Slave-relationship: the master opens a pos, passes the info to the "slave", slave opens counter-pos in seperate account. |