+1 888 340 6572

GetExchangeName: Difference between revisions

From MultiCharts
(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