Trading Multiple Currency

 
Is it possible to trade multiple currencies using the same EA? Can this only be done by using a separate chart for each currency?
 
yarns90401:
Is it possible to trade multiple currencies using the same EA? Can this only be done by using a separate chart for each currency?
Using one EA can be done. You need to get familiar with the corresponding functions though. Eg.: instead of "bid" you need to use MarketInfo("[symbol]",MODE_BID), etc. You need to specify each and every time which symbol you want your EA to take data from.
Reason: