|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Series | |
---|---|
com.jfx |
Uses of Series in com.jfx |
---|
Fields in com.jfx declared as Series | |
---|---|
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. |
Methods in com.jfx that return Series | |
---|---|
static Series |
Series.getSeries(int val)
|
Methods in com.jfx with parameters of type Series | |
---|---|
int |
MT4.iHighest(java.lang.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(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |