|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBar | |
|---|---|
| com.dukascopy.api | |
| Uses of IBar in com.dukascopy.api |
|---|
| Methods in com.dukascopy.api that return IBar | |
|---|---|
IBar |
IHistory.getBar(Instrument instrument,
Period period,
OfferSide side,
int shift)
Returns bar for specified instrument, period and side, that is shifted back in time for number in bars specified in shift
parameter, 0 - current bar (currently generated from ticks), 1 - previous bar (last formed bar) If there is no bar loaded at that
position, then function returns null. |
| Methods in com.dukascopy.api that return types with arguments of type IBar | |
|---|---|
List<IBar> |
IHistory.getBars(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Returns bars for specified instrument, period and side. |
| Methods in com.dukascopy.api with parameters of type IBar | |
|---|---|
void |
IStrategy.onBar(Instrument instrument,
Period period,
IBar askBar,
IBar bidBar)
Called on every bar for every basic period and instrument that application is subscribed on |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||