Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.feed |
Modifier and Type | Method and Description |
---|---|
Object[] |
IIndicators.calculateIndicator(IFeedInfo feedInfo,
OfferSide[] offerSides,
String functionName,
IIndicators.AppliedPrice[] inputTypes,
Object[] optParams,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter)
This is a universal function that allows getting values for any indicator available based on any
DataType supported by JForex, including user indicators. |
Object[] |
IIndicators.calculateIndicator(IFeedInfo feedInfo,
OfferSide[] offerSides,
String functionName,
IIndicators.AppliedPrice[] inputTypes,
Object[] optParams,
long timeFrom,
long timeTo)
This is a universal function that allows getting values for any indicator available based on any
DataType supported by JForex, including user indicators. |
Modifier and Type | Method and Description |
---|---|
IFeedInfo |
IFeedInfoProvider.createFeed(DataType dataType,
IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
PriceRange priceRange,
ReversalAmount reversalAmount,
TickBarSize tickBarSize,
Filter filter) |
IFeedInfo |
IFeedInfoProvider.createFeed(IFeedInfo feedInfo) |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide)
Create Line Break feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession)
Create Line Break feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Create Line Break feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines)
Create Line Break feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines,
Period basePeriod)
Create Line Break feed info
|
IFeedInfo |
IFeedInfoProvider.createPointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide)
Create Point and Figure feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createPointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod)
Create Point and Figure feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createPointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Create Point and Figure feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide)
Create Range bar feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod)
Create Range bar feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Create Range bar feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide)
Create Renko feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession)
Create Renko feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Create Renko feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Create Renko feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createTickBarInfo(IFinancialInstrument financialInstrument,
TickBarSize tickBarSize,
OfferSide offerSide)
Create Tick Bar info
|
IFeedInfo |
IFeedInfoProvider.createTickBarInfo(IFinancialInstrument financialInstrument,
TickBarSize tickBarSize,
OfferSide offerSide,
Period basePeriod)
Create Tick Bar info
|
IFeedInfo |
IFeedInfoProvider.createTicksFeedInfo(IFinancialInstrument financialInstrument)
Create Time Period Aggregation feed info, default values are taken from:
base period,
DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createTimePeriodFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession)
Create Time Period feed info, default values are taken from:
|
IFeedInfo |
IFeedInfoProvider.createTimePeriodFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
Filter filter)
Create Time Period feed info, default values are taken from:
|
Modifier and Type | Method and Description |
---|---|
IFeedInfo |
IFeedInfoProvider.createFeed(IFeedInfo feedInfo) |
Copyright © 2016. All rights reserved.