×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

SymbolCurrencyCode - MultiCharts
Open main menu

SymbolCurrencyCode

Revision as of 13:15, 14 August 2014 by BAV (talk | contribs) (Created page with "Returns currency code from Quote Manager exchange settings (Tools -> Exchanges & ECNs -> Edit... -> Currency). Starting from MultiCharts 9.1 Beta 1 the currency settings will...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns currency code from Quote Manager exchange settings (Tools -> Exchanges & ECNs -> Edit... -> Currency).

Starting from MultiCharts 9.1 Beta 1 the currency settings will be located in QuoteManager -> double click on the symbol -> Settings tab.

Usage

SymbolCurrencyCode

Notes

The base 14 currencies can be designated by constants.

Example

Checks if the currency of the symbol used for calculation is US Dollar.

condition1 = SymbolCurrencyCode = USD;