Difference between revisions of "GetExchangeName"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Returns a string expression containing the exchange name for the symbol that the study is applied to.   
 
Returns a string expression containing the exchange name for the symbol that the study is applied to.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>GetExchangeName</syntaxhighlight>
 
<syntaxhighlight>GetExchangeName</syntaxhighlight>
  
==== Example ====
+
== Example ==
<syntaxhighlight>GetExchangeName will return "NASD" for Google  
+
<syntaxhighlight>GetExchangeName</syntaxhighlight>
 
+
* Will return "NASD" for Google,
GetExchangeName  will return "CME" for E-mini S&P 500</syntaxhighlight>
+
* Will return "CME" for E-mini S&P 500.
 
 
 
 
 
 
  
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Latest revision as of 13:12, 13 February 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,
  • Will return "CME" for E-mini S&P 500.