SignalIndicator CLASS
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
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
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