iRVI CLASS
Retrieves plus SignalIndicator line value according to given offset. SYNTAX public double GetPlusValue (int offset) PARAMETERS offset — int ...
Wed, May 16, 2018 at 12:10 PM
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 12:11 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 12:13 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 12:14 PM