+1 888 340 6572

GetStrategyName: Difference between revisions

From MultiCharts
No edit summary
mNo edit summary
 
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".