Difference between revisions of "GetSymbolName"

From MultiCharts
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Returns a string expression containing the name of the symbol that the study is applied to.   
 
Returns a string expression containing the name of the symbol that the study is applied to.   
  
==== Usage ====
+
== Usage ==
<syntaxhighlight>Getsymbolname|GetSymbolName</syntaxhighlight>
+
<syntaxhighlight>GetSymbolName</syntaxhighlight>
  
==== Example ====
+
== Example ==
<syntaxhighlight>GetSymbolName will return "GOOG" for Google.</syntaxhighlight>
+
<syntaxhighlight>GetSymbolName</syntaxhighlight>
 +
Will return "GOOG" for Google.
 
   
 
   
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Latest revision as of 20:33, 9 February 2012

Returns a string expression containing the name of the symbol that the study is applied to.

Usage

GetSymbolName

Example

GetSymbolName

Will return "GOOG" for Google.