Difference between revisions of "GetSymbolName"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a string expression containing the name of the symbol that the study is applied to. ==== Usage ==== GetSymbolName ==== Example ==== GetSymbolName will r...")
 
Line 2: Line 2:
  
 
==== Usage ====
 
==== Usage ====
[[GetSymbolName]]  
+
[[Getsymbolname|GetSymbolName]]  
 
   
 
   
 
==== Example ====
 
==== Example ====
[[GetSymbolName]] will return "GOOG" for Google  
+
<syntaxhighlight>GetSymbolName</syntaxhighlight> will return "GOOG" for Google.
 
   
 
   
 
 
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Revision as of 16:32, 18 January 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.