Difference between revisions of "GetExchangeName"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a string expression containing the exchange name for the symbol that the study is applied to. ==== Usage ==== GetExchangeName ==== Example ==== [[GetExchange...")
 
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
[[GetExchangeName]] will return "NASD" for Google  
+
<syntaxhighlight>GetExchangeName  will return "NASD" for Google  
  
[[GetExchangeName]] will return "CME" for E-mini S&P 500  
+
GetExchangeName  will return "CME" for E-mini S&P 500</syntaxhighlight>
  
  

Revision as of 11:32, 19 January 2012

Returns a string expression containing the exchange name for the symbol that the study is applied to.

Usage

GetExchangeName

Example

GetExchangeName  will return "NASD" for Google 

GetExchangeName  will return "CME" for E-mini S&P 500