Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.feed | |
com.dukascopy.api.indicators | |
com.dukascopy.indicators |
Modifier and Type | Method and Description |
---|---|
IBar |
IHistory.getBar(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
int shift)
Deprecated.
|
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. |
IBar[] |
IIndicators.heikinAshiSingle(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Heikin Ashi indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
IBar[] |
IIndicators.heikinAshiSingle(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Heikin Ashi indicator for ticks or bars in the specified period.
|
IBar |
IIndicators.heikinAshiSingle(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Heikin Ashi indicator for a bar specified with the
shift parameter. |
IBar[] |
IIndicators.heikinAshiSingle(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Heikin Ashi indicator for ticks or bars in the specified period.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IBar> |
IHistory.getBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Deprecated.
|
java.util.List<IBar> |
IHistory.getBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Deprecated.
|
java.util.List<IBar> |
IHistory.getBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
long from,
long to)
Deprecated.
|
java.util.List<IBar> |
IHistory.getBars(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Returns bars for specified instrument, period and side.
|
java.util.List<IBar> |
IHistory.getBars(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Returns bars for specified instrument, period, side and filter.
|
java.util.List<IBar> |
IHistory.getBars(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Returns bars for specified instrument, period and side.
|
IIndicatorCalculator<IBar,IBar[]> |
IIndicators.heikinAshiSingle(IFeedDescriptor feedDescriptor,
OfferSide side)
The Heikin Ashi with a single candle output first calculation step.
|
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.List<ISignal> |
IDownloadableStrategy.onBar(Instrument instrument,
Period period,
IBar askBar,
IBar bidBar) |
Modifier and Type | Interface and Description |
---|---|
interface |
IKagi |
interface |
ILineBreak |
interface |
IPointAndFigure |
interface |
IPriceAggregationBar |
interface |
IRangeBar |
interface |
IRenkoBar
Class for Renko bar representation
|
interface |
ITickBar |
Modifier and Type | Method and Description |
---|---|
void |
IFinancialBarFeedListener.onBar(IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
IBar bar)
Deprecated.
The method is being called when next Candle arrives
|
void |
IBarFeedListener.onBar(Instrument instrument,
Period period,
OfferSide offerSide,
IBar bar)
The method is being called when next Candle arrives
|
Modifier and Type | Method and Description |
---|---|
IBar[] |
IIndicatorDrawingSupport.getCandles()
Returns array of candles.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
PivotIndicator.drawingOutputsOutOfScope(IBar[] chartData,
int firstCandleIndex,
com.dukascopy.indicators.PivotIndicator.PivotLevel[] drawingOutputs) |
int |
HiLowIndicator.getTimeIndex(long time,
IBar[] source) |
Copyright © 2024. All rights reserved.