iIchimoku
class
Represent access to Ichimoku indicator values.
Properties
Count int | Gets indicator values count |
Data HistoricalData | Gets indicator data for calculation |
KijunSen int | Gets the Ichimoku's kijun sen period |
LinesCount int | Gets indicator's lines count |
Name string | Gets indicator name |
Parameters object[] | Gets indicator input parameters |
PriceType PriceType | Gets the indicator's price source |
Script NETIndicator | Gets the NETIndicator object instance for custom indicators, null for builtin indicators |
SenkouSpan int | Gets the Ichimoku's senkou span period |
TenkanSen int | Gets the Ichimoku's tenkan sen period |
Methods
GetChinkouSpan (int offset) Return: double | Retrieves Ilchimoku ChinkouSpan line value according to given offset. |
GetKijunSen (int offset) Return: double | Retrieves Ilchimoku GetKijunSen line value according to given offset. |
GetSenkouSpanA (int offset) Return: double | Retrieves Ilchimoku GetSenkouSpanA cloud higher value according to given offset. |
GetSenkouSpanB (int offset) Return: double | Retrieves Ilchimoku GetSenkouSpanB cloud higher value according to given offset. |
GetTenkanSen (int offset) Return: double | Retrieves Ilchimoku GetTenkanSen line value according to given offset. |
GetValue (int lineNumber, int offset) Return: double | Returns indicator value |
GetValue (int lineNumber) Return: double | Returns the indicator value in the last point |
GetValue () Return: double | Returns the indicator value for the first line in the last point |