Difference between revisions of "SymbolName"

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. See also GetSymbolName ==== Usage ==== <syntaxhighlight>SymbolName</syntaxh...")
 
m
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. See also [[GetSymbolName]].
See also [[GetSymbolName]]  
 
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>SymbolName</syntaxhighlight>  
 
<syntaxhighlight>SymbolName</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>SymbolName will return "GOOG" for Google</syntaxhighlight>
+
<syntaxhighlight>SymbolName</symbolname>
+
Will return "GOOG" for Google.
  
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Revision as of 13:30, 19 February 2012

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

Usage

SymbolName

Example

<syntaxhighlight>SymbolName</symbolname> Will return "GOOG" for Google.