iMACD CLASS
Retrieves main SignalIndicator line value according to given offset. SYNTAX public double GetMainValue (int offset) PARAMETERS offset — int RE...
Wed, May 16, 2018 at 11:02 AM
Retrieves plus SignalIndicator line value according to given offset. SYNTAX public double GetPlusValue (int offset) PARAMETERS offset — int ...
Wed, May 16, 2018 at 11:06 AM
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 11:06 AM
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 11:07 AM
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 11:08 AM