Methods in com.jfx that throw ErrIncorrectSeriesarrayUsing |
int |
MT4.iBarShift(java.lang.String symbol,
Timeframe timeframe,
java.util.Date time,
boolean exact)
Search for bar by open time. |
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. |