Ronco,
attach the EA on all symbols you want to trade or try to use the following code:
attach the EA on all symbols you want to trade or try to use the following code:
string symbols = { "GBPUSD", "EURUSD", ... }; // all symbols to trade int pair = -1; string tradeSymbol; // current symbol to trade void start() { pair = (pair + 1) % ArraySize(symbols); tradeSymbol = symbols[pair]; // 1st tick: GBPUSD, 2nd tick: EURUSD, and so on ... ... if (...) { OrderSend(tradeSymbol, ...); } ... } ...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
My expert alone buys an alone symbol.
Since I do in order that it does it to several?
Thanks.