CurrencyCodeToStr

From MultiCharts
Revision as of 22:06, 27 February 2017 by Angelina (talk | contribs) (Created page with "Returns the currency code as a string value. ==Usage== <syntaxhighlight>CurrencyCodeToStr(CurrencyCode)</syntaxhighlight> Where: :'''CurrencyCode''' - currency code. =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the currency code as a string value.

Usage

CurrencyCodeToStr(CurrencyCode)

Where:

CurrencyCode - currency code.

Example

CurrencyCodeToStr(symbolcurrencycode)

will return "EUR" string value, if the strategy is calculated using the symbol with EUR as the base currency.