+1 888 340 6572

SymbolName: Difference between revisions

From MultiCharts
(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...")
 
mNo edit summary
 
(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. 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</syntaxhighlight>
Will return "GOOG" for Google.


[[Category:Quote Fields]]
[[Category:Quote Fields]]

Latest 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

SymbolName

Will return "GOOG" for Google.