+1 888 340 6572

StrategyCurrencyCode: Difference between revisions

From MultiCharts
(Created page with "Returns currency code from Strategy settings (Base Currency) ==Usage== <syntaxhighlight>StrategyCurrencyCode</syntaxhighlight> ==Notes== The base 14 currencies can be desi...")
 
(No difference)

Latest revision as of 16:58, 7 November 2016

Returns currency code from Strategy settings (Base Currency)

Usage

StrategyCurrencyCode

Notes

The base 14 currencies can be designated by constants.

Example

Checks if the base currency of the strategy used for calculation is US Dollar.

condition1 = StrategyCurrencyCode = USD;