From another forum:
"
This EA trades all the pairs that we use and more.
The Basketv8 indicator is set the same as the EA.
When you load the indicator set the "NumOfPairs" to the amount of pairs that you want to trade (example of pairs below)
it will then create offline charts with the number that you selected e.g NumOfPairs = 5 = BSKT05,H1 or NumOfPairs=14 = BSKT14,H1 etc...
The T101 Basket Trader v2.3 has the same pairs as the indicator.
When you load the EA set the "PairsInBasket" to the same number as the Basketv8 indicator.
Remember to change the MagicNumber when you load the EA on more than 1 chart.
case 1: "GBPJPY"
case 2: "GBPUSD" "EURUSD"
case 4: "GBPUSD" "EURJPY" "EURUSD" "GBPJPY"
case 5: "AUDJPY" "NZDUSD" "EURJPY" "GBPJPY" "GBPUSD"
case 6: "AUDJPY" "EURJPY" "NZDUSD" "GBPUSD" "GBPJPY" "AUDUSD"
case 7: "USDJPY" "EURJPY" "GBPJPY" "NZDJPY" "CHFJPY" "CADJPY" "AUDJPY"
case 8: "GBPUSD""EURJPY" "AUDUSD" "NZDJPY" "EURUSD" "GBPJPY" "NZDUSD" "AUDJPY"
case 10: "GBPUSD""EURGBP" GBPJPY" "CADJPY" "NZDUSD" "EURUSD" "USDJPY" "AUDUSD" "NZDJPY" "GBPCHF"
case 12: "GBPUSD""EURGBP" "GBPJPY""CADJPY" "NZDUSD" "AUDJPY" "EURUSD""USDJPY""AUDUSD""NZDJPY""GB PCHF""CHFJPY"
case 14: "GBPUSD""EURGBP""GBPJPY""USDCHF""NZ DUSD""AUDJPY""EURJPY""EURUSD""USDJP Y""AUDUSD""NZDJPY""GBPCHF""CHFJPY"" EURCHF"
example:
If you set the indicator and EA to 1 then it will create an offline chart of 1 pair, Case 1 = GBPJPY.
If you set the indicator and EA to 2 then it will create an offline chart of 2 pairs, Case 2 = GBPUSD + EURUSD
etc. etc.....
The settings that we use are 5 and 14.....