iADX CLASS

GetMinusValue (int offset) METHOD (Return: double)
Retrieves minus ADX line value according to given offset. SYNTAX public double GetMinusValue (int offset) PARAMETERS offset — int RETURN d...
Sun, May 13, 2018 at 4:32 PM
GetPlusValue (int offset) METHOD (Return: double)
Retrieves plus ADX line value according to given offset SYNTAX public double GetPlusValue (int offset) PARAMETERS offset — int RETURN ...
Sun, May 13, 2018 at 4:33 PM
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 indicator...
Sun, May 13, 2018 at 4:35 PM
GetValue (int lineNumber) METHOD (Return: double)
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 4:36 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...
Sun, May 13, 2018 at 4:37 PM