Difference between revisions of "GetSymbolName"

From MultiCharts
Jump to navigation Jump to search
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>GetSymbolName</syntaxhighlight> will return "GOOG" for Google.
+
<syntaxhighlight>GetSymbolName  will return "GOOG" for Google.</syntaxhighlight>
 
   
 
   
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Revision as of 11:30, 19 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.