Gets the help text for this indicator.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
string GetHelp()
Visual Basic (Declaration)
Function GetHelp As String
Visual C++
String^ GetHelp()

Return Value

string containing help.

Remarks

This is displayed when the user requests more information about the indicator. Display information such as indicator history and recommended usage for this indicator.

See Also