iIchimoku CLASS
Retrieves Ilchimoku ChinkouSpan line value according to given offset. SYNTAX public double GetChinkouSpan (int offset) PARAMETERS offset — int...
Wed, May 16, 2018 at 10:28 AM
Retrieves Ilchimoku GetKijunSen line value according to given offset. SYNTAX public double GetKijunSen (int offset) PARAMETERS offset — int RE...
Wed, May 16, 2018 at 10:30 AM
Retrieves Ilchimoku GetSenkouSpanA cloud higher value according to given offset. SYNTAX public double GetSenkouSpanA (int offset) PARAMETERS ...
Wed, May 16, 2018 at 10:31 AM
Retrieves Ilchimoku GetSenkouSpanB cloud higher value according to given offset. SYNTAX public double GetSenkouSpanB (int offset) PARAMETERS off...
Wed, May 16, 2018 at 10:33 AM
Retrieves Ilchimoku GetTenkanSen line value according to given offset. SYNTAX public double GetTenkanSen (int offset) PARAMETERS offset — int ...
Wed, May 16, 2018 at 10:35 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 10:40 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 10:41 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 10:42 AM