×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Difference between revisions of "GetExchangeName" - MultiCharts
Open main menu

Difference between revisions of "GetExchangeName"

(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.