Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Method and Description |
---|---|
static IIndicators.MaType |
IIndicators.MaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IIndicators.MaType[] |
IIndicators.MaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.apo(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType)
The APO first calculation step.
|
double[] |
IIndicators.apo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Absolute Price Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.apo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Absolute Price Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.apo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
int shift)
Calculates the Absolute Price Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.apo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
long from,
long to)
Calculates the Absolute Price Oscillator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.awesome(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType)
Deprecated.
|
double[][] |
IIndicators.awesome(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.awesome(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.awesome(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType,
int shift)
|
double[][] |
IIndicators.awesome(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType,
long from,
long to)
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.awesome2(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType)
The Awesome Oscillator first calculation step.
|
double[][] |
IIndicators.awesome2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Awesome Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.awesome2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType,
Filter filter,
long from,
long to)
Calculates the Awesome Oscillator for ticks or bars in the specified period.
|
double[] |
IIndicators.awesome2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType,
int shift)
Calculates the Awesome Oscillator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.awesome2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fasterMaTimePeriod,
IIndicators.MaType fasterMaType,
int slowerMaTimePeriod,
IIndicators.MaType slowerMaType,
long from,
long to)
Calculates the Awesome Oscillator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.bbands(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
double nbDevUp,
double nbDevDn,
IIndicators.MaType maType)
The Bollinger Bands first calculation step.
|
double[][] |
IIndicators.bbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDevUp,
double nbDevDn,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Bollinger Bands indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.bbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDevUp,
double nbDevDn,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Bollinger Bands indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.bbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDevUp,
double nbDevDn,
IIndicators.MaType maType,
int shift)
Calculates the Bollinger Bands indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.bbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDevUp,
double nbDevDn,
IIndicators.MaType maType,
long from,
long to)
Calculates the Bollinger Bands indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.cog(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
int smoothPeriod,
IIndicators.MaType maType)
The Center of gravity first calculation step.
|
double[][] |
IIndicators.cog(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int smoothPeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Center Of Gravity indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.cog(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int smoothPeriod,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Center Of Gravity indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.cog(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int smoothPeriod,
IIndicators.MaType maType,
int shift)
Calculates the Center Of Gravity indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.cog(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int smoothPeriod,
IIndicators.MaType maType,
long from,
long to)
Calculates the Center Of Gravity indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.force(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
IIndicators.MaType maType)
The Force Index first calculation step.
|
double[] |
IIndicators.force(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Force Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.force(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Force Index for ticks or bars in the specified period.
|
double |
IIndicators.force(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
int shift)
Calculates the Force Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.force(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
long from,
long to)
Calculates the Force Index for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.heikinAshiSmooth(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
IIndicators.MaType maType,
int smoothingTimePeriod,
IIndicators.MaType smoothingMAType)
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.heikinAshiSmooth(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod,
IIndicators.MaType maType,
int secondaryTimePeriod,
IIndicators.MaType secondaryMAType)
The Heikin Ashi Smoothed Lines first calculation step.
|
double[][] |
IIndicators.heikinAshiSmooth(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
IIndicators.MaType maType,
int smoothingTimePeriod,
IIndicators.MaType smoothingMAType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Heikin Ashi Smoothed indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.heikinAshiSmooth(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
IIndicators.MaType maType,
int smoothingTimePeriod,
IIndicators.MaType smoothingMAType,
Filter filter,
long from,
long to)
Calculates the Heikin Ashi Smoothed indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.heikinAshiSmooth(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
IIndicators.MaType maType,
int smoothingTimePeriod,
IIndicators.MaType smoothingMAType,
int shift)
Calculates the Heikin Ashi Smoothed indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.heikinAshiSmooth(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
IIndicators.MaType maType,
int smoothingTimePeriod,
IIndicators.MaType smoothingMAType,
long from,
long to)
Calculates the Heikin Ashi Smoothed indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.kairi(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
IIndicators.MaType maType)
The Kairi first calculation step.
|
double[] |
IIndicators.kairi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Kairi indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.kairi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Kairi indicator for ticks or bars in the specified period.
|
double |
IIndicators.kairi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
int shift)
Calculates the Kairi indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.kairi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
long from,
long to)
Calculates the Kairi indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.kdj(IFeedDescriptor feedDescriptor,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
double kMultiplier,
double dMultiplier)
The Random Index first calculation step.
|
double[][] |
IIndicators.kdj(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriodK,
int timePeriodD,
IIndicators.MaType slowKMaType,
int slowKPeriod,
IIndicators.MaType slowDMaType,
int slowDPeriod,
IIndicators.MaType slowJMaType,
int slowJPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.kdj(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriodK,
int timePeriodD,
IIndicators.MaType slowKMaType,
int slowKPeriod,
IIndicators.MaType slowDMaType,
int slowDPeriod,
IIndicators.MaType slowJMaType,
int slowJPeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.kdj(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriodK,
int timePeriodD,
IIndicators.MaType slowKMaType,
int slowKPeriod,
IIndicators.MaType slowDMaType,
int slowDPeriod,
IIndicators.MaType slowJMaType,
int slowJPeriod,
int shift)
|
double[][] |
IIndicators.kdj(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriodK,
int timePeriodD,
IIndicators.MaType slowKMaType,
int slowKPeriod,
IIndicators.MaType slowDMaType,
int slowDPeriod,
IIndicators.MaType slowJMaType,
int slowJPeriod,
long from,
long to)
|
double[][] |
IIndicators.kdj(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
double kMultiplier,
double dMultiplier,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the KDJ indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.kdj(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
double kMultiplier,
double dMultiplier,
Filter filter,
long from,
long to)
Calculates the KDJ indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.kdj(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
double kMultiplier,
double dMultiplier,
int shift)
Calculates the KDJ indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.kdj(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
double kMultiplier,
double dMultiplier,
long from,
long to)
Calculates the KDJ indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ma(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
IIndicators.MaType maType)
The Moving average first calculation step.
|
double[] |
IIndicators.ma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Moving Average for ticks or bars in the specified period.
|
double |
IIndicators.ma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
int shift)
Calculates the Moving Average for a bar specified with the
shift parameter. |
double[] |
IIndicators.ma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
long from,
long to)
Calculates the Moving Average for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.macdExt(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fastPeriod,
IIndicators.MaType fastMaType,
int slowPeriod,
IIndicators.MaType slowMaType,
int signalPeriod,
IIndicators.MaType signalMaType)
The MACD with controllable MA type first calculation step.
|
double[][] |
IIndicators.macdExt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
IIndicators.MaType fastMaType,
int slowPeriod,
IIndicators.MaType slowMaType,
int signalPeriod,
IIndicators.MaType signalMaType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the MACD with controllable MA type indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.macdExt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
IIndicators.MaType fastMaType,
int slowPeriod,
IIndicators.MaType slowMaType,
int signalPeriod,
IIndicators.MaType signalMaType,
Filter filter,
long from,
long to)
Calculates the MACD with controllable MA type indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.macdExt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
IIndicators.MaType fastMaType,
int slowPeriod,
IIndicators.MaType slowMaType,
int signalPeriod,
IIndicators.MaType signalMaType,
int shift)
Calculates the MACD with controllable MA type indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.macdExt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
IIndicators.MaType fastMaType,
int slowPeriod,
IIndicators.MaType slowMaType,
int signalPeriod,
IIndicators.MaType signalMaType,
long from,
long to)
Calculates the MACD with controllable MA type indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.mavp(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice2,
OfferSide side2,
int minPeriod,
int maxPeriod,
IIndicators.MaType maType)
The Moving average with variable period first calculation step.
|
double[] |
IIndicators.mavp(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int minPeriod,
int maxPeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Moving average with variable period indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.mavp(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int minPeriod,
int maxPeriod,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Moving average with variable period indicator for ticks or bars in the specified period.
|
double |
IIndicators.mavp(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int minPeriod,
int maxPeriod,
IIndicators.MaType maType,
int shift)
Calculates the Moving average with variable period indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.mavp(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int minPeriod,
int maxPeriod,
IIndicators.MaType maType,
long from,
long to)
Calculates the Moving average with variable period indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.mcclHist(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int shortMAPeriods,
int longMAPeriods,
int signalMAPeriods,
IIndicators.MaType maType)
The McClellan Histogram first calculation step.
|
double[] |
IIndicators.mcclHist(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
int signalMAPeriods,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the McClellan Histogram for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.mcclHist(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
int signalMAPeriods,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the McClellan Histogram for ticks or bars in the specified period.
|
double |
IIndicators.mcclHist(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
int signalMAPeriods,
IIndicators.MaType maType,
int shift)
Calculates the McClellan Histogram for a bar specified with the
shift parameter. |
double[] |
IIndicators.mcclHist(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
int signalMAPeriods,
IIndicators.MaType maType,
long from,
long to)
Calculates the McClellan Histogram for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.mcclOsc(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType)
The McClellan Oscillator first calculation step.
|
double[] |
IIndicators.mcclOsc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the McClellan Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.mcclOsc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the McClellan Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.mcclOsc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType,
int shift)
Calculates the McClellan Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.mcclOsc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType,
long from,
long to)
Calculates the McClellan Oscillator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.mcclSum(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType)
The McClellan Summation Index first calculation step.
|
double[] |
IIndicators.mcclSum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the McClellan Summation Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.mcclSum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the McClellan Summation Index for ticks or bars in the specified period.
|
double |
IIndicators.mcclSum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType,
int shift)
Calculates the McClellan Summation Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.mcclSum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortMAPeriods,
int longMAPeriods,
IIndicators.MaType maType,
long from,
long to)
Calculates the McClellan Summation Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ppo(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType)
The PPO first calculation step.
|
double[] |
IIndicators.ppo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Percentage Price Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ppo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Percentage Price Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.ppo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
int shift)
Calculates the Percentage Price Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.ppo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
long from,
long to)
Calculates the Percentage Price Oscillator for ticks or bars in the specified period.
|
double[] |
IIndicators.prchannel(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double |
IIndicators.prchannel(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
int shift)
|
double[] |
IIndicators.prchannel(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
long from,
long to)
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.stoch(IFeedDescriptor feedDescriptor,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType)
The Stochastic first calculation step.
|
double[][] |
IIndicators.stoch(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Stochastic indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.stoch(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
Filter filter,
long from,
long to)
Calculates the Stochastic indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.stoch(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
int shift)
Calculates the Stochastic indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.stoch(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
long from,
long to)
Calculates the Stochastic indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.stochF(IFeedDescriptor feedDescriptor,
OfferSide side,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType)
The Stochastic Fast first calculation step.
|
double[][] |
IIndicators.stochF(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Stochastic Fast indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.stochF(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
Filter filter,
long from,
long to)
Calculates the Stochastic Fast indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.stochF(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
int shift)
Calculates the Stochastic Fast indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.stochF(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
long from,
long to)
Calculates the Stochastic Fast indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.stochP(IFeedDescriptor feedDescriptor,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
int priceType)
The Stochastic first calculation step.
|
double[][] |
IIndicators.stochP(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
int priceType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Stochastic indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.stochP(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
int priceType,
Filter filter,
long from,
long to)
Calculates the Stochastic indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.stochP(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
int priceType,
int shift)
Calculates the Stochastic indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.stochP(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
int priceType,
long from,
long to)
Calculates the Stochastic indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.stochRsi(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType)
The Stochastic Relative Strength Indicator first calculation step.
|
double[][] |
IIndicators.stochRsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Stochastic Relative Strength Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.stochRsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
Filter filter,
long from,
long to)
Calculates the Stochastic Relative Strength Index for ticks or bars in the specified period.
|
double[] |
IIndicators.stochRsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
int shift)
Calculates the Stochastic Relative Strength Index for a bar specified with the
shift parameter. |
double[][] |
IIndicators.stochRsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
long from,
long to)
Calculates the Stochastic Relative Strength Index for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.tdi(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int rsiPeriod,
int rsiPriceLine,
IIndicators.MaType priceMAType,
int tradeSignalLine,
IIndicators.MaType signalMAType,
int volatilityBand,
IIndicators.MaType volatilityMAType)
The Traders Dynamic Index first calculation step.
|
double[][] |
IIndicators.tdi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int rsiPeriod,
int rsiPriceLine,
IIndicators.MaType priceMAType,
int tradeSignalLine,
IIndicators.MaType signalMAType,
int volatilityBand,
IIndicators.MaType volatilityMAType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Traders Dynamic Index indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.tdi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int rsiPeriod,
int rsiPriceLine,
IIndicators.MaType priceMAType,
int tradeSignalLine,
IIndicators.MaType signalMAType,
int volatilityBand,
IIndicators.MaType volatilityMAType,
Filter filter,
long from,
long to)
Calculates the Traders Dynamic Index indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.tdi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int rsiPeriod,
int rsiPriceLine,
IIndicators.MaType priceMAType,
int tradeSignalLine,
IIndicators.MaType signalMAType,
int volatilityBand,
IIndicators.MaType volatilityMAType,
int shift)
Calculates the Traders Dynamic Index indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.tdi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int rsiPeriod,
int rsiPriceLine,
IIndicators.MaType priceMAType,
int tradeSignalLine,
IIndicators.MaType signalMAType,
int volatilityBand,
IIndicators.MaType volatilityMAType,
long from,
long to)
Calculates the Traders Dynamic Index indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.tii(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
IIndicators.MaType maType)
The Trend Intensity Index first calculation step.
|
double[] |
IIndicators.tii(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Trend Intensity Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.tii(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
Filter filter,
long from,
long to)
Calculates the Trend Intensity Index for ticks or bars in the specified period.
|
double |
IIndicators.tii(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
int shift)
Calculates the Trend Intensity Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.tii(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
long from,
long to)
Calculates the Trend Intensity Index for ticks or bars in the specified period.
|
Copyright © 2024. All rights reserved.