SymbolCurrencyCode
From MultiCharts
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;