×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

CurrencyCodeToStr - MultiCharts
Open main menu

CurrencyCodeToStr

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)

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.