iBands CLASS
Retrieves low line value according to given offset. SYNTAX public double GetLowerValue (int offset) PARAMETERS offset — int RETURN d...
Sun, May 13, 2018 at 7:13 PM
Retrieves main Bands line value according to given offset. SYNTAX public double GetMainValue (int offset) PARAMETERS offset — int RETURN...
Sun, May 13, 2018 at 7:20 PM
Retrieves up line value according to given offset. SYNTAX public double GetUpperValue (int offset) PARAMETERS offset — int RETURN do...
Sun, May 13, 2018 at 7:22 PM
Returns indicator value SYNTAX public double GetValue (int lineNumber,int offset) PARAMETERS lineNumber — int zero-based number of the indicator...
Sun, May 13, 2018 at 7:23 PM
Returns the indicator value in the last point SYNTAX public double GetValue (int lineNumber) PARAMETERS lineNumber — int zero-based number of ...
Sun, May 13, 2018 at 7:25 PM
Returns the indicator value for the first line in the last point SYNTAX public double GetValue () RETURN double calculated value EXAMPLE...
Sun, May 13, 2018 at 7:26 PM