| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Field and Description |
|---|---|
static IchimokuSource |
IchimokuSource.MODE_CHINKOUSPAN
Chinkou Span.
|
static IchimokuSource |
IchimokuSource.MODE_KIJUNSEN
Kijun-sen.
|
static IchimokuSource |
IchimokuSource.MODE_SENKOUSPANA
Senkou Span A.
|
static IchimokuSource |
IchimokuSource.MODE_SENKOUSPANB
Senkou Span B.
|
static IchimokuSource |
IchimokuSource.MODE_TENKANSEN
Tenkan-sen.
|
| Modifier and Type | Method and Description |
|---|---|
static IchimokuSource |
IchimokuSource.getIchimokuSource(int val) |
| Modifier and Type | Method and Description |
|---|---|
double |
MT4.iIchimoku(String symbol,
Timeframe timeframe,
int tenkan_sen,
int kijun_sen,
int senkou_span_b,
IchimokuSource mode,
int shift)
Calculates the Ichimoku Kinko Hyo and returns its value.
|