+1 888 340 6572

SymbolCurrencyCode

From MultiCharts
Revision as of 17:21, 29 May 2024 by Vlada Krutogolovaya (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;