Difference between revisions of "GetStrategyName"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Retained for backward compatibility. Category:Strategy Properties")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Retained for backward compatibility.
+
Retained for backward compatibility.
  
 +
Returns the name of the strategy. 
  
 +
== Usage ==
 +
<syntaxhighlight>GetStrategyName</syntaxhighlight>
 +
 +
== Notes ==
 +
* Tip: when used in an indicator, the GetStrategyName reserved word returns the name of the indicator.
 +
 +
== 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]]

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".