Difference between revisions of "GBP"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Constant used to designate the currency "British Pound". ==Usage== <syntaxhighlight>GBP</syntaxhighlight> ==Notes== The base 14 currencies can be designated by constant...")
 
 
Line 11: Line 11:
  
 
<syntaxhighlight>condition1 = SymbolCurrencyCode = GBP;</syntaxhighlight>
 
<syntaxhighlight>condition1 = SymbolCurrencyCode = GBP;</syntaxhighlight>
 +
 +
[[Category:Currency Codes]]

Latest revision as of 13:13, 7 November 2016

Constant used to designate the currency "British Pound".

Usage

GBP

Notes

The base 14 currencies can be designated by constants.

Example

Checks if the currency of the symbol used for the calculation is "British Pound".

condition1 = SymbolCurrencyCode = GBP;