+1 888 340 6572

GetExchangeName: Difference between revisions

From MultiCharts
mNo edit summary
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]]

Revision as of 20:33, 9 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.