iIchimoku CLASS

GetChinkouSpan (int offset) METHOD (Return: double)
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
GetKijunSen (int offset) METHOD (Return: double)
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
GetSenkouSpanA (int offset) METHOD (Return: double)
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
GetSenkouSpanB (int offset) METHOD (Return: double)
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
GetTenkanSen (int offset) METHOD (Return: double)
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
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 10:40 AM
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 10:41 AM
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 10:42 AM