Difference between revisions of "GetStrategyName"

From MultiCharts
Jump to navigation Jump to search
m
 
Line 5: Line 5:
 
== Usage ==
 
== Usage ==
 
<syntaxhighlight>GetStrategyName</syntaxhighlight>
 
<syntaxhighlight>GetStrategyName</syntaxhighlight>
 +
 +
== Notes ==
 +
* Tip: when used in an indicator, the GetStrategyName reserved word returns the name of the indicator.
  
 
== Example ==
 
== Example ==

Latest revision as of 06:08, 11 April 2012

Retained for backward compatibility.

Returns the name of the strategy.

Usage

GetStrategyName

Notes

  • Tip: when used in an indicator, the GetStrategyName reserved word returns the name of the indicator.

Example

GetStrategyName;

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