| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Method and Description |
|---|---|
int |
MT4.iBarShift(String symbol,
Timeframe timeframe,
Date time,
boolean exact)
Search for bar by open time.
|
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.
|