+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...")
 
m (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
 
(4 intermediate revisions by 3 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 ==
[[GetExchangeName]]
<syntaxhighlight>GetExchangeName</syntaxhighlight>
==== Example ====
[[GetExchangeName]]  will return "NASD" for Google
 
[[GetExchangeName]]  will return "CME" for E-mini S&P 500
 
 


== Example ==
<syntaxhighlight>GetExchangeName</syntaxhighlight>
* Will return "NASD" for Google,
* 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.