iStochastic CLASS

Slowing PROPERTY (int)
Gets the Stochastic's Slowing value SYNTAX public int Slowing { get; }
Wed, May 16, 2018 at 12:36 PM
GetMainValue (int offset) METHOD (Return: double)
Retrieves main SignalIndicator line value according to given offset. SYNTAX public double GetMainValue (int offset) PARAMETERS offset — int RE...
Wed, May 16, 2018 at 12:37 PM
GetPlusValue (int offset) METHOD (Return: double)
Retrieves plus SignalIndicator line value according to given offset. SYNTAX public double GetPlusValue (int offset) PARAMETERS offset — int ...
Wed, May 16, 2018 at 12:39 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...
Wed, May 16, 2018 at 12:40 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 th...
Wed, May 16, 2018 at 12:44 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 12:46 PM