Difference between revisions of "Description"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a string expression containing the description for the symbol that the study is applied to; if no description is available, a blank ("") string expression will be retu...")
 
m
 
Line 1: Line 1:
 
Returns a string expression containing the description for the symbol that the study is applied to; if no description is available, a blank ("") string expression will be returned.   
 
Returns a string expression containing the description for the symbol that the study is applied to; if no description is available, a blank ("") string expression will be returned.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>Description</syntaxhighlight>  
 
<syntaxhighlight>Description</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>Description will return "GOOGLE INC" for Google</syntaxhighlight>
+
<syntaxhighlight>Description</syntaxhighlight>
+
Will return "GOOGLE INC" for Google.
  
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Latest revision as of 13:17, 19 February 2012

Returns a string expression containing the description for the symbol that the study is applied to; if no description is available, a blank ("") string expression will be returned.

Usage

Description

Example

Description

Will return "GOOGLE INC" for Google.