JE
Topics
08 Feb 2014, 10:47
3111
3
08 Feb 2014, 09:46
28
1428
5
04 Feb 2014, 13:41
3755
4
jeremysprite
08 Feb 2014, 11:33
Hi Elogos,
I had the same question, apparently this is not available :(
/forum/cbot-support/2391
Here's my code below - there's a few pairs missing like NZDCHF that didn't exist on my cAlgo demo :\
public string[] currencyPairs = new string[] { "EURUSD", "EURGBP", "EURJPY", "EURCAD", "EURAUD", "EURCHF", "USDJPY", "USDCAD", "USDCHF", "GBPUSD", "GBPJPY", "GBPCAD", "GBPAUD", "GBPNZD", "GBPCHF", "CADJPY", "CADCHF", "AUDUSD", "AUDJPY", "AUDCAD", "AUDCHF", "NZDUSD" };@jeremysprite