+1 888 340 6572

SymbolCurrencyCode: Difference between revisions

From MultiCharts
No edit summary
No edit summary
 
Line 1: Line 1:
Returns currency code from Quote Manager exchange settings (Tools -> Exchanges & ECNs -> Edit... -> Currency).
Returns currency code from symbol settings (QuoteManager -> double click on the symbol -> Settings tab).
 
Starting from MultiCharts 9.1 Beta 1 the currency settings will be located in QuoteManager -> double click on the symbol -> Settings tab.
   
   
== Usage ==
== Usage ==

Latest revision as of 17:21, 29 May 2024

Returns currency code from symbol settings (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;