Difference between revisions of "CurrencyCodeToStr"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the currency code as a string value. ==Usage== <syntaxhighlight>CurrencyCodeToStr(CurrencyCode)</syntaxhighlight> Where: :'''CurrencyCode''' - currency code. =...")
 
(No difference)

Latest revision as of 22:06, 27 February 2017

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.