Difference between revisions of "SymbolCurrencyCode"

From MultiCharts
Jump to navigation Jump to search
(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...")
 
 
Line 18: Line 18:
  
  
[[Category:Quote Fields]]
+
[[Category:Currency Codes]]

Latest revision as of 16:58, 7 November 2016

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;