| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Field and Description |
|---|---|
static Series |
Series.MODE_CLOSE
Close price.
|
static Series |
Series.MODE_HIGH
High price.
|
static Series |
Series.MODE_LOW
Low price.
|
static Series |
Series.MODE_OPEN
Open price.
|
static Series |
Series.MODE_TIME
Bar open time, used in ArrayCopySeries() function.
|
static Series |
Series.MODE_VOLUME
Volume, used in iLowest() and iHighest() functions.
|
| Modifier and Type | Method and Description |
|---|---|
static Series |
Series.getSeries(int val) |
| Modifier and Type | Method and Description |
|---|---|
int |
MT4.iHighest(String symbol,
Timeframe timeframe,
Series type,
int count,
int start)
Returns the shift of the maximum value over a specific number of periods depending on type.
|
int |
MT4.iLowest(String symbol,
Timeframe timeframe,
Series type,
int count,
int start)
Returns the shift of the least value over a specific number of periods depending on type.
|