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