SignalIndicator CLASS

GetValue (int lineNumber, int offset) METHOD (Return: double)
Returns indicator value SYNTAX public double GetValue (int lineNumber,int offset) PARAMETERS lineNumber — int zero-based number of the indicat...
Wed, May 16, 2018 at 1:32 PM
GetValue (int lineNumber) PROPERTY (Return: double)
Returns the indicator value in the last point SYNTAX public double GetValue (int lineNumber) PARAMETERS lineNumber — int zero-based number of th...
Wed, May 16, 2018 at 1:33 PM
GetValue () METHOD (Return: double)
Returns the indicator value for the first line in the last point SYNTAX public double GetValue () RETURN double calculated value EXAMPLE...
Wed, May 16, 2018 at 1:35 PM