|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrHistoryWillUpdated | |
---|---|
com.jfx |
Uses of ErrHistoryWillUpdated in com.jfx |
---|
Methods in com.jfx that throw ErrHistoryWillUpdated | |
---|---|
int |
MT4.iBars(java.lang.String symbol,
Timeframe timeframe)
Returns the number of bars on the specified chart. |
double |
MT4.iClose(java.lang.String symbol,
Timeframe timeframe,
int shift)
Returns Close value for the bar of indicated symbol with timeframe and shift. |
double |
MT4.iHigh(java.lang.String symbol,
Timeframe timeframe,
int shift)
Returns High value for the bar of indicated symbol with timeframe and shift. |
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. |
double |
MT4.iLow(java.lang.String symbol,
Timeframe timeframe,
int shift)
Returns Low value for the bar of indicated symbol with timeframe and shift. |
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. |
double |
MT4.iOpen(java.lang.String symbol,
Timeframe timeframe,
int shift)
Returns Open value for the bar of indicated symbol with timeframe and shift. |
java.util.Date |
MT4.iTime(java.lang.String symbol,
Timeframe timeframe,
int shift)
Returns Time value for the bar of indicated symbol with timeframe and shift. |
double |
MT4.iVolume(java.lang.String symbol,
Timeframe timeframe,
int shift)
Returns Tick Volume value for the bar of indicated symbol with timeframe and shift. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |