|
How to open 2 different pairs in the same ea??
Hello!
Can someone tell me how to open 2 different pairs in the same ea??
It dosent work when I use the following commands ...
OrderSend("EURUSD",OP_BUY,lots,Ask,3,0,0,"PHH",mn, 0,LawnGreen);
OrderSend("GBPUSD",OP_BUY,lots,Ask,3,0,0,"PHH",mn, 0,LawnGreen);
If the base chart is EURUSD then the ea doesnot open GBPUSD orders.
Please advice.
Thanks!
|