alan123
alan123
Friends

Add friends via their profile or user search and you will be able to see if they are online

alan123
Registered at MQL5.community
alan123
Added topic trading multiple currency pair within the same EA
help please. I'm trying to write a EA that can trade multiple currency pair . below is the code: OrderSend ( " EURUSD " , OP_BUY , 0.1 , Ask , 3 , Ask - 50 * Point , Ask + 50 * Point , "" , 1234567 , 0 , Blue ) ; OrderSend ( " GBPUSD " , OP_BUY , 0.1