×

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.

Portfolio CurrencyCode - MultiCharts
Open main menu

Portfolio CurrencyCode

Revision as of 16:53, 7 November 2016 by Angelina (talk | contribs) (Created page with "Returns currency code from Portfolio settings (View -> Portfolio Settings) ==Usage== <syntaxhighlight>Portfolio_CurrencyCode</syntaxhighlight> ==Notes== The base 14 curr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns currency code from Portfolio settings (View -> Portfolio Settings)

Usage

Portfolio_CurrencyCode

Notes

The base 14 currencies can be designated by constants.

Example

Checks if the currency of portfolio account used for calculation is US Dollar.

condition1 = Portfolio_CurrencyCode = USD;