Topics
08 Feb 2014, 10:47
 2890
 3
08 Feb 2014, 09:46
 28
 1101
 5
Replies

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