document.SymbolList = [ {name: "EURUSD", caption: "EUR/USD", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "USDJPY", caption: "USD/JPY", pipSize: 0.01, axisTickSize: 0.01, decimalPlaces: 2}, {name: "GBPUSD", caption: "GBP/USD", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "USDCHF", caption: "USD/CHF", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "AUDUSD", caption: "AUD/USD", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "USDCAD", caption: "USD/CAD", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "EURGBP", caption: "EUR/GBP", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "EURAUD", caption: "EUR/AUD", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "EURJPY", caption: "EUR/JPY", pipSize: 0.01, axisTickSize: 0.01, decimalPlaces: 2}, {name: "EURCHF", caption: "EUR/CHF", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "GBPJPY", caption: "GBP/JPY", pipSize: 0.01, axisTickSize: 0.01, decimalPlaces: 2}, {name: "GBPCHF", caption: "GBP/CHF", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "AUDNZD", caption: "AUD/NZD", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "AUDCAD", caption: "AUD/CAD", pipSize: 0.0001, axisTickSize: 0.0001, decimalPlaces: 4}, {name: "XAUUSD", caption: "Gold", pipSize: 1.0, axisTickSize: 0.1, decimalPlaces: 2}, {name: "BTCUSD", caption: "BTC/USD", pipSize: 1.0, axisTickSize: 1, decimalPlaces: 2}, {name: "LTCUSD", caption: "LTC/USD", pipSize: 1.0, axisTickSize: 1, decimalPlaces: 2}, {name: "ETHUSD", caption: "ETH/USD", pipSize: 1.0, axisTickSize: 1, decimalPlaces: 2} ];