Difference between revisions of "GetStrategyName"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Retained for backward compatibility. Category:Strategy Properties")
 
Line 1: Line 1:
Retained for backward compatibility.
+
Retained for backward compatibility.
  
 +
Returns the name of the strategy. 
  
 +
== Usage ==
 +
<syntaxhighlight>GetStrategyName</syntaxhighlight>
 +
 +
== Example ==
 +
<syntaxhighlight>GetStrategyName;</syntaxhighlight>
 +
Will return "Bollinger LE" if the name of the strategy applied to the chart is "Bollinger LE".
  
 
[[Category:Strategy Properties]]
 
[[Category:Strategy Properties]]

Revision as of 06:46, 9 February 2012

Retained for backward compatibility.

Returns the name of the strategy.

Usage

GetStrategyName

Example

GetStrategyName;

Will return "Bollinger LE" if the name of the strategy applied to the chart is "Bollinger LE".