Problem with a multi currency pairs EA.

 

When I code a multi currency pairs EA. Do I need to apply it to all the currency pairs' chart?

I only applied it to EURUSD, when the OrderSend() call the Bid, it should open EURJPY, but the Bid send to the OrderSend is EURUSD's Bid. What should I do with it? Thanks.

 
One EA on one chart can evaluate and trade all pairs and all timeframes, study the commands some more..
 

Thanks. I've solved this problem by searching old postings:


MarketInfo("EURUSD",MODE_ASK) instead of Ask