Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.feed | |
com.dukascopy.api.feed.util | |
com.dukascopy.api.indicators | |
com.dukascopy.api.system | |
com.dukascopy.api.system.tester |
Modifier and Type | Method and Description |
---|---|
static OfferSide |
OfferSide.fromString(java.lang.String stringValue) |
OfferSide |
IStopLossOrder.getOfferSide()
Returns side that is used to check stop loss condition.
|
OfferSide |
IChart.getSelectedOfferSide()
Returns selected offer side
|
OfferSide |
IOrder.getStopLossSide()
Returns side that is used to check stop loss condition
|
static OfferSide |
OfferSide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OfferSide[] |
OfferSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IIndicatorCalculator<double[],double[][]> |
IIndicators.ac(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fastPeriod,
int slowPeriod)
Deprecated.
|
double[][] |
IIndicators.ac(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.ac(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.ac(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
int shift)
|
double[][] |
IIndicators.ac(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
long from,
long to)
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ac2(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fastPeriod,
int slowPeriod)
The Accelerator/Decelerator Oscillator first calculation step.
|
double[] |
IIndicators.ac2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Accelerator/Decelerator Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ac2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
Filter filter,
long from,
long to)
Calculates the Accelerator/Decelerator Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.ac2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
int shift)
Calculates the Accelerator/Decelerator Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.ac2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
long from,
long to)
Calculates the Accelerator/Decelerator Oscillator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.acos(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric ACos first calculation step.
|
double[] |
IIndicators.acos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric ACos for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.acos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric ACos for ticks or bars in the specified period.
|
double |
IIndicators.acos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric ACos for a bar specified with the
shift parameter. |
double[] |
IIndicators.acos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric ACos for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ad(IFeedDescriptor feedDescriptor,
OfferSide side)
The Chaikin A/D Line first calculation step.
|
double[] |
IIndicators.ad(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Chaikin A/D Line for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ad(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Chaikin A/D Line for ticks or bars in the specified period.
|
double |
IIndicators.ad(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Chaikin A/D Line for a bar specified with the
shift parameter. |
double[] |
IIndicators.ad(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Chaikin A/D Line for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.add(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice2,
OfferSide side2)
The Vector Arithmetic Add first calculation step.
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide)
Deprecated.
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Deprecated.
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Deprecated.
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod)
Adds indicator to the current panel by specifying initial optional parameters values
and indicator advanced settings
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Instrument instrument,
Period period,
OfferSide offerSide,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices,
java.awt.Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values,
indicator advanced settings, data sides/types for each input, output params
If optParams equals to null - default ones will be taken instead
If instrument, period or offerSide equals to null - values from chart will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
IChartPanel |
IChart.add(IIndicator indicator,
java.lang.Object[] optParams,
Period basePeriod,
OfferSide[] offerSides,
IIndicators.AppliedPrice[] appliedPrices)
Adds indicator to the current panel by specifying initial optional parameters values
and data sides/types for each input
If optParams equals to null - default ones will be taken instead
If basePeriod equals to null - no base period will be used
If offerSides or appliedPrices equals to null - default ones will be taken instead
|
double[] |
IIndicators.add(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Arithmetic Add for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.add(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
Filter filter,
long from,
long to)
Calculates the Vector Arithmetic Add for ticks or bars in the specified period.
|
double |
IIndicators.add(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int shift)
Calculates the Vector Arithmetic Add for a bar specified with the
shift parameter. |
double[] |
IIndicators.add(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
long from,
long to)
Calculates the Vector Arithmetic Add for ticks or bars in the specified period.
|
void |
IDataService.addHighLowListener(Period period,
Instrument instrument,
OfferSide offerSide,
IHighLowListener listener)
The method adds high/low listener.
After addition, listener will be notified with the current best period's high/low (If in progress candle exists in the system) If in progress candle doesn't exist in the system listener will be notified as soon as candle arrives |
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.adOsc(IFeedDescriptor feedDescriptor,
OfferSide side,
int fastPeriod,
int slowPeriod)
The Chaikin A/D Oscillator first calculation step.
|
double[] |
IIndicators.adOsc(Instrument instrument,
Period period,
OfferSide side,
int fastPeriod,
int slowPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Chaikin A/D Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.adOsc(Instrument instrument,
Period period,
OfferSide side,
int fastPeriod,
int slowPeriod,
Filter filter,
long from,
long to)
Calculates the Chaikin A/D Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.adOsc(Instrument instrument,
Period period,
OfferSide side,
int fastPeriod,
int slowPeriod,
int shift)
Calculates the Chaikin A/D Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.adOsc(Instrument instrument,
Period period,
OfferSide side,
int fastPeriod,
int slowPeriod,
long from,
long to)
Calculates the Chaikin A/D Oscillator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.adx(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Average Directional Movement Index first calculation step.
|
double[] |
IIndicators.adx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Average Directional Movement Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.adx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Average Directional Movement Index for ticks or bars in the specified period.
|
double |
IIndicators.adx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Average Directional Movement Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.adx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Average Directional Movement Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.adxr(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Average Directional Movement Index Rating first calculation step.
|
double[] |
IIndicators.adxr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Average Directional Movement Index Rating for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.adxr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Average Directional Movement Index Rating for ticks or bars in the specified period.
|
double |
IIndicators.adxr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Average Directional Movement Index Rating for a bar specified with the
shift parameter. |
double[] |
IIndicators.adxr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Average Directional Movement Index Rating for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.alligator(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod)
The Alligator first calculation step.
|
double[][] |
IIndicators.alligator(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Alligator indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.alligator(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod,
Filter filter,
long from,
long to)
Calculates the Alligator indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.alligator(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod,
int shift)
Calculates the Alligator indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.alligator(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod,
long from,
long to)
Calculates the Alligator indicator for ticks or bars in the specified period.
|
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.aroon(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Aroon first calculation step.
|
double[][] |
IIndicators.aroon(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Aroon indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.aroon(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Aroon indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.aroon(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Aroon indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.aroon(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Aroon indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.aroonOsc(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Aroon Oscillator first calculation step.
|
double[] |
IIndicators.aroonOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Aroon Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.aroonOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Aroon Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.aroonOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Aroon Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.aroonOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Aroon Oscillator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.asin(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric ASin first calculation step.
|
double[] |
IIndicators.asin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric ASin for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.asin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric ASin for ticks or bars in the specified period.
|
double |
IIndicators.asin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric ASin for a bar specified with the
shift parameter. |
double[] |
IIndicators.asin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric ASin for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.atan(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric ATan first calculation step.
|
double[] |
IIndicators.atan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric ATan for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.atan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric ATan for ticks or bars in the specified period.
|
double |
IIndicators.atan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric ATan for a bar specified with the
shift parameter. |
double[] |
IIndicators.atan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric ATan for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.atr(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Average True Range first calculation step.
|
double[] |
IIndicators.atr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Average True Range for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.atr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Average True Range for ticks or bars in the specified period.
|
double |
IIndicators.atr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Average True Range for a bar specified with the
shift parameter. |
double[] |
IIndicators.atr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Average True Range for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.avgPrice(IFeedDescriptor feedDescriptor,
OfferSide side)
The Average Price first calculation step.
|
double[] |
IIndicators.avgPrice(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Average Price for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.avgPrice(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Average Price for ticks or bars in the specified period.
|
double |
IIndicators.avgPrice(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Average Price for a bar specified with the
shift parameter. |
double[] |
IIndicators.avgPrice(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Average Price 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<java.lang.Double,double[]> |
IIndicators.bear(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Bear Power first calculation step.
|
double[] |
IIndicators.bear(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Bear Power indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.bear(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Bear Power indicator for ticks or bars in the specified period.
|
double |
IIndicators.bear(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Bear Power indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.bear(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Bear Power indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.beta(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice2,
OfferSide side2,
int timePeriod)
The Beta first calculation step.
|
double[] |
IIndicators.beta(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Beta indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.beta(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Beta indicator for ticks or bars in the specified period.
|
double |
IIndicators.beta(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
int shift)
Calculates the Beta indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.beta(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
long from,
long to)
Calculates the Beta indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.bop(IFeedDescriptor feedDescriptor,
OfferSide side)
The Balance Of Power first calculation step.
|
double[] |
IIndicators.bop(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Balance Of Power indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.bop(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Balance Of Power indicator for ticks or bars in the specified period.
|
double |
IIndicators.bop(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Balance Of Power indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.bop(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Balance Of Power indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.bull(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Bull Power first calculation step.
|
double[] |
IIndicators.bull(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Bull Power indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.bull(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Bull Power indicator for ticks or bars in the specified period.
|
double |
IIndicators.bull(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Bull Power indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.bull(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Bull Power indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.butterworthFilter(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Butterworth Filter first calculation step.
|
double[] |
IIndicators.butterworthFilter(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Butterworth Filter indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.butterworthFilter(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Butterworth Filter indicator for ticks or bars in the specified period.
|
double |
IIndicators.butterworthFilter(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Butterworth Filter indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.butterworthFilter(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Butterworth Filter indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.bwmfi(IFeedDescriptor feedDescriptor,
OfferSide side)
The Market Facilitation Index first calculation step.
|
double[][] |
IIndicators.bwmfi(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Market Facilitation Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.bwmfi(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Market Facilitation Index for ticks or bars in the specified period.
|
double[] |
IIndicators.bwmfi(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Market Facilitation Index for a bar specified with the
shift parameter. |
double[][] |
IIndicators.bwmfi(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Market Facilitation Index for ticks or bars in the specified period.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedDescriptor feedDescriptor,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
int shift)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedDescriptor feedDescriptor,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.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. |
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedDescriptor feedDescriptor,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
long from,
long to)
This is a universal function that allows getting values for any indicator available based on any
DataType supported by JForex, including user indicators. |
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedDescriptor feedDescriptor,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
int shift)
This is a universal function that allows getting values for any indicator available based on any
DataType supported by JForex, including user indicators. |
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedDescriptor feedDescriptor,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.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. |
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedDescriptor feedDescriptor,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
long from,
long to)
This is a universal function that allows getting values for any indicator available based on any
DataType supported by JForex, including user indicators. |
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedInfo feedInfo,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
int shift)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedInfo feedInfo,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFeedInfo feedInfo,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
long from,
long to)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
int shift)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
long from,
long to)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
int shift)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
long from,
long to)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
int shift)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
long from,
long to)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
int shift)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(IFinancialInstrument financialInstrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
long from,
long to)
Deprecated.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
int shift)
This is a universal function that allows getting values for any indicator available, including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
This is a universal function that allows getting values for any indicator available, including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
long from,
long to)
This is a universal function that allows to get values for any indicator available including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
int shift)
This is a universal function that allows getting values for any indicator available, including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
Period basePeriod,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
long from,
long to)
This is a universal function that allows getting values for any indicator available, including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
int shift)
This is a universal function that allows getting values for any indicator available, including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
This is a universal function that allows getting values for any indicator available, including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
Filter filter,
long from,
long to)
This is a universal function that allows to get values for any indicator available including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
int shift)
This is a universal function that allows getting values for any indicator available, including user indicators.
|
java.lang.Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] offerSides,
java.lang.String functionName,
IIndicators.AppliedPrice[] inputTypes,
java.lang.Object[] optParams,
long from,
long to)
This is a universal function that allows getting values for any indicator available, including user indicators.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.camPivot(IFeedDescriptor feedDescriptor,
OfferSide side,
Period timePeriod)
Deprecated.
|
double[][] |
IIndicators.camPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.camPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.camPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[][] |
IIndicators.camPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double[][] |
IIndicators.camPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.camPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.camPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
int shift)
Deprecated.
|
double[][] |
IIndicators.camPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
long from,
long to)
Deprecated.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.camPivot2(IFeedDescriptor feedDescriptor,
OfferSide side)
The Camarilla Pivots first calculation step.
|
double[][] |
IIndicators.camPivot2(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Camarilla Pivot Points for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.camPivot2(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Camarilla Pivot Points for ticks or bars in the specified period.
|
double[] |
IIndicators.camPivot2(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Camarilla Pivot Points for a bar specified with the
shift parameter. |
double[][] |
IIndicators.camPivot2(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Camarilla Pivot Points for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.cci(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Commodity Channel Index first calculation step.
|
double[] |
IIndicators.cci(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Commodity Channel Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.cci(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Commodity Channel Index for ticks or bars in the specified period.
|
double |
IIndicators.cci(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Commodity Channel Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.cci(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Commodity Channel Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdl2Crows(IFeedDescriptor feedDescriptor,
OfferSide side)
The Two Crows first calculation step.
|
int[] |
IIndicators.cdl2Crows(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Two Crows indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdl2Crows(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Two Crows indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdl2Crows(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Two Crows indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdl2Crows(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Two Crows indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdl3BlackCrows(IFeedDescriptor feedDescriptor,
OfferSide side)
The Three Black Crows first calculation step.
|
int[] |
IIndicators.cdl3BlackCrows(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Three Black Crows indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdl3BlackCrows(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Three Black Crows indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdl3BlackCrows(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Three Black Crows indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdl3BlackCrows(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Three Black Crows indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdl3Inside(IFeedDescriptor feedDescriptor,
OfferSide side)
The Three Inside Up/Down first calculation step.
|
int[] |
IIndicators.cdl3Inside(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Three Inside Up/Down indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdl3Inside(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Three Inside Up/Down indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdl3Inside(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Three Inside Up/Down indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdl3Inside(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Three Inside Up/Down indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdl3LineStrike(IFeedDescriptor feedDescriptor,
OfferSide side)
The Three-Line Strike first calculation step.
|
int[] |
IIndicators.cdl3LineStrike(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Three-Line Strike indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdl3LineStrike(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Three-Line Strike indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdl3LineStrike(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Three-Line Strike indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdl3LineStrike(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Three-Line Strike indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdl3Outside(IFeedDescriptor feedDescriptor,
OfferSide side)
The Three Outside Up/Down first calculation step.
|
int[] |
IIndicators.cdl3Outside(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Three Outside Up/Down indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdl3Outside(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Three Outside Up/Down indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdl3Outside(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Three Outside Up/Down indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdl3Outside(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Three Outside Up/Down indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdl3StarsInSouth(IFeedDescriptor feedDescriptor,
OfferSide side)
The Three Stars In The South first calculation step.
|
int[] |
IIndicators.cdl3StarsInSouth(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Three Stars In The South indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdl3StarsInSouth(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Three Stars In The South indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdl3StarsInSouth(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Three Stars In The South indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdl3StarsInSouth(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Three Stars In The South indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdl3WhiteSoldiers(IFeedDescriptor feedDescriptor,
OfferSide side)
The Three Advancing White Soldiers first calculation step.
|
int[] |
IIndicators.cdl3WhiteSoldiers(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Three Advancing White Soldiers indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdl3WhiteSoldiers(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Three Advancing White Soldiers indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdl3WhiteSoldiers(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Three Advancing White Soldiers indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdl3WhiteSoldiers(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Three Advancing White Soldiers indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlAbandonedBaby(IFeedDescriptor feedDescriptor,
OfferSide side,
double penetration)
The Abandoned Baby first calculation step.
|
int[] |
IIndicators.cdlAbandonedBaby(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Abandoned Baby indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlAbandonedBaby(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
long from,
long to)
Calculates the Abandoned Baby indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlAbandonedBaby(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
Calculates the Abandoned Baby indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlAbandonedBaby(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
Calculates the Abandoned Baby indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlAdvanceBlock(IFeedDescriptor feedDescriptor,
OfferSide side)
The Advance Block first calculation step.
|
int[] |
IIndicators.cdlAdvanceBlock(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Advance Block indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlAdvanceBlock(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Advance Block indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlAdvanceBlock(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Advance Block indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlAdvanceBlock(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Advance Block indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlBeltHold(IFeedDescriptor feedDescriptor,
OfferSide side)
The Belt-hold first calculation step.
|
int[] |
IIndicators.cdlBeltHold(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Belt-hold indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlBeltHold(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Belt-hold indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlBeltHold(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Belt-hold indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlBeltHold(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Belt-hold indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlBreakAway(IFeedDescriptor feedDescriptor,
OfferSide side)
The Breakaway first calculation step.
|
int[] |
IIndicators.cdlBreakAway(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Breakaway indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlBreakAway(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Breakaway indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlBreakAway(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Breakaway indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlBreakAway(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Breakaway indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlClosingMarubozu(IFeedDescriptor feedDescriptor,
OfferSide side)
The Closing Marubozu first calculation step.
|
int[] |
IIndicators.cdlClosingMarubozu(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Closing Marubozu indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlClosingMarubozu(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Closing Marubozu indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlClosingMarubozu(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Closing Marubozu indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlClosingMarubozu(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Closing Marubozu indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlConcealBabySwall(IFeedDescriptor feedDescriptor,
OfferSide side)
The Concealing Baby Swallow first calculation step.
|
int[] |
IIndicators.cdlConcealBabySwall(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Concealing Baby Swallow indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlConcealBabySwall(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Concealing Baby Swallow indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlConcealBabySwall(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Concealing Baby Swallow indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlConcealBabySwall(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Concealing Baby Swallow indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlCounterattack(IFeedDescriptor feedDescriptor,
OfferSide side)
The Counterattack first calculation step.
|
int[] |
IIndicators.cdlCounterattack(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Counterattack indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlCounterattack(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Counterattack indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlCounterattack(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Counterattack indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlCounterattack(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Counterattack indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlDarkCloudCover(IFeedDescriptor feedDescriptor,
OfferSide side,
double penetration)
The Dark Cloud Cover first calculation step.
|
int[] |
IIndicators.cdlDarkCloudCover(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Dark Cloud Cover indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlDarkCloudCover(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
long from,
long to)
Calculates the Dark Cloud Cover indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlDarkCloudCover(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
Calculates the Dark Cloud Cover indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlDarkCloudCover(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
Calculates the Dark Cloud Cover indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlDoji(IFeedDescriptor feedDescriptor,
OfferSide side)
The Doji first calculation step.
|
int[] |
IIndicators.cdlDoji(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Doji indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlDoji(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Doji indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlDoji(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Doji indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlDoji(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Doji indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlDojiStar(IFeedDescriptor feedDescriptor,
OfferSide side)
The Doji Star first calculation step.
|
int[] |
IIndicators.cdlDojiStar(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Doji Star indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlDojiStar(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Doji Star indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlDojiStar(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Doji Star indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlDojiStar(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Doji Star indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlDragonflyDoji(IFeedDescriptor feedDescriptor,
OfferSide side)
The Dragonfly Doji first calculation step.
|
int[] |
IIndicators.cdlDragonflyDoji(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Dragonfly Doji indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlDragonflyDoji(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Dragonfly Doji indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlDragonflyDoji(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Dragonfly Doji indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlDragonflyDoji(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Dragonfly Doji indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlEngulfing(IFeedDescriptor feedDescriptor,
OfferSide side)
The Engulfing Pattern first calculation step.
|
int[] |
IIndicators.cdlEngulfing(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Engulfing Pattern indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlEngulfing(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Engulfing Pattern indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlEngulfing(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Engulfing Pattern indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlEngulfing(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Engulfing Pattern indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlEveningDojiStar(IFeedDescriptor feedDescriptor,
OfferSide side,
double penetration)
The Evening Doji Star first calculation step.
|
int[] |
IIndicators.cdlEveningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Evening Doji Star indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlEveningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
long from,
long to)
Calculates the Evening Doji Star indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlEveningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
Calculates the Evening Doji Star indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlEveningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
Calculates the Evening Doji Star indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlEveningStar(IFeedDescriptor feedDescriptor,
OfferSide side,
double penetration)
The Evening Star first calculation step.
|
int[] |
IIndicators.cdlEveningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Evening Star indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlEveningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
long from,
long to)
Calculates the Evening Star indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlEveningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
Calculates the Evening Star indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlEveningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
Calculates the Evening Star indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlGapSideSideWhite(IFeedDescriptor feedDescriptor,
OfferSide side)
The Up/Down-gap side-by-side white lines first calculation step.
|
int[] |
IIndicators.cdlGapSideSideWhite(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Up/Down-gap side-by-side white lines indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlGapSideSideWhite(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Up/Down-gap side-by-side white lines indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlGapSideSideWhite(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Up/Down-gap side-by-side white lines indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlGapSideSideWhite(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Up/Down-gap side-by-side white lines indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlGravestoneDoji(IFeedDescriptor feedDescriptor,
OfferSide side)
The Gravestone Doji first calculation step.
|
int[] |
IIndicators.cdlGravestoneDoji(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Gravestone Doji indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlGravestoneDoji(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Gravestone Doji indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlGravestoneDoji(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Gravestone Doji indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlGravestoneDoji(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Gravestone Doji indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlHammer(IFeedDescriptor feedDescriptor,
OfferSide side)
The Hammer first calculation step.
|
int[] |
IIndicators.cdlHammer(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hammer indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlHammer(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Hammer indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlHammer(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Hammer indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlHammer(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Hammer indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlHangingMan(IFeedDescriptor feedDescriptor,
OfferSide side)
The Hanging Man first calculation step.
|
int[] |
IIndicators.cdlHangingMan(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hanging Man indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlHangingMan(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Hanging Man indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlHangingMan(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Hanging Man indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlHangingMan(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Hanging Man indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlHarami(IFeedDescriptor feedDescriptor,
OfferSide side)
The Harami Pattern first calculation step.
|
int[] |
IIndicators.cdlHarami(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Harami Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlHarami(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Harami Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlHarami(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Harami Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlHarami(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Harami Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlHaramiCross(IFeedDescriptor feedDescriptor,
OfferSide side)
The Harami Cross Pattern first calculation step.
|
int[] |
IIndicators.cdlHaramiCross(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Harami Cross Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlHaramiCross(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Harami Cross Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlHaramiCross(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Harami Cross Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlHaramiCross(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Harami Cross Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlHighWave(IFeedDescriptor feedDescriptor,
OfferSide side)
The High-Wave Candle first calculation step.
|
int[] |
IIndicators.cdlHighWave(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the High-Wave Candle indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlHighWave(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the High-Wave Candle indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlHighWave(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the High-Wave Candle indicator a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlHighWave(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the High-Wave Candle indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlHikkake(IFeedDescriptor feedDescriptor,
OfferSide side)
The Hikkake Pattern first calculation step.
|
int[] |
IIndicators.cdlHikkake(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hikkake Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlHikkake(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Hikkake Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlHikkake(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Hikkake Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlHikkake(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Hikkake Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlHikkakeMod(IFeedDescriptor feedDescriptor,
OfferSide side)
The Modified Hikkake Pattern first calculation step.
|
int[] |
IIndicators.cdlHikkakeMod(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Modified Hikkake Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlHikkakeMod(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Modified Hikkake Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlHikkakeMod(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Modified Hikkake Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlHikkakeMod(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Modified Hikkake Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlHomingPigeon(IFeedDescriptor feedDescriptor,
OfferSide side)
The Homing Pigeon first calculation step.
|
int[] |
IIndicators.cdlHomingPigeon(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Homing Pigeon indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlHomingPigeon(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Homing Pigeon indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlHomingPigeon(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Homing Pigeon indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlHomingPigeon(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Homing Pigeon indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlIdentical3Crows(IFeedDescriptor feedDescriptor,
OfferSide side)
The Identical Three Crows first calculation step.
|
int[] |
IIndicators.cdlIdentical3Crows(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Identical Three Crows indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlIdentical3Crows(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Identical Three Crows indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlIdentical3Crows(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Identical Three Crows indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlIdentical3Crows(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Identical Three Crows indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlInNeck(IFeedDescriptor feedDescriptor,
OfferSide side)
The In-Neck Pattern first calculation step.
|
int[] |
IIndicators.cdlInNeck(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the In-Neck Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlInNeck(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the In-Neck Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlInNeck(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the In-Neck Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlInNeck(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the In-Neck Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlInvertedHammer(IFeedDescriptor feedDescriptor,
OfferSide side)
The Inverted Hammer first calculation step.
|
int[] |
IIndicators.cdlInvertedHammer(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Inverted Hammer indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlInvertedHammer(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Inverted Hammer indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlInvertedHammer(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Inverted Hammer indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlInvertedHammer(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Inverted Hammer indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlKicking(IFeedDescriptor feedDescriptor,
OfferSide side)
The Kicking first calculation step.
|
int[] |
IIndicators.cdlKicking(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Kicking indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlKicking(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Kicking indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlKicking(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Kicking indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlKicking(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Kicking indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlKickingByLength(IFeedDescriptor feedDescriptor,
OfferSide side)
The Kicking - bull/bear determined by the longer marubozu first calculation step.
|
int[] |
IIndicators.cdlKickingByLength(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Kicking - bull/bear determined by the longer marubozu indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlKickingByLength(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Kicking - bull/bear determined by the longer marubozu indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlKickingByLength(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Kicking - bull/bear determined by the longer marubozu indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlKickingByLength(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Kicking - bull/bear determined by the longer marubozu indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlLadderBottom(IFeedDescriptor feedDescriptor,
OfferSide side)
The Ladder Bottom first calculation step.
|
int[] |
IIndicators.cdlLadderBottom(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Ladder Bottom indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlLadderBottom(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Ladder Bottom indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlLadderBottom(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Ladder Bottom indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlLadderBottom(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Ladder Bottom indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlLadderBotton(IFeedDescriptor feedDescriptor,
OfferSide side)
The Ladder Bottom first calculation step.
|
int[] |
IIndicators.cdlLadderBotton(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
int[] |
IIndicators.cdlLadderBotton(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
|
int |
IIndicators.cdlLadderBotton(Instrument instrument,
Period period,
OfferSide side,
int shift)
Deprecated.
|
int[] |
IIndicators.cdlLadderBotton(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlLongLeggedDoji(IFeedDescriptor feedDescriptor,
OfferSide side)
The Long Legged Doji first calculation step.
|
int[] |
IIndicators.cdlLongLeggedDoji(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Long Legged Doji indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlLongLeggedDoji(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Long Legged Doji indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlLongLeggedDoji(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Long Legged Doji indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlLongLeggedDoji(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Long Legged Doji indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlLongLine(IFeedDescriptor feedDescriptor,
OfferSide side)
The Long Line Candle first calculation step.
|
int[] |
IIndicators.cdlLongLine(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Long Line Candle indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlLongLine(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Long Line Candle indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlLongLine(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Long Line Candle indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlLongLine(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Long Line Candle indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlMarubozu(IFeedDescriptor feedDescriptor,
OfferSide side)
The Marubozu first calculation step.
|
int[] |
IIndicators.cdlMarubozu(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Marubozu indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlMarubozu(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Marubozu indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlMarubozu(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Marubozu indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlMarubozu(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Marubozu indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlMatchingLow(IFeedDescriptor feedDescriptor,
OfferSide side)
The Matching Low first calculation step.
|
int[] |
IIndicators.cdlMatchingLow(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Matching Low indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlMatchingLow(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Matching Low indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlMatchingLow(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Matching Low indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlMatchingLow(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Matching Low indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlMathold(IFeedDescriptor feedDescriptor,
OfferSide side,
double penetration)
The Mat Hold first calculation step.
|
int[] |
IIndicators.cdlMathold(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Mat Hold indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlMathold(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
long from,
long to)
Calculates the Mat Hold indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlMathold(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
Calculates the Mat Hold indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlMathold(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
Calculates the Mat Hold indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlMorningDojiStar(IFeedDescriptor feedDescriptor,
OfferSide side,
double penetration)
The Morning Doji Star first calculation step.
|
int[] |
IIndicators.cdlMorningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Morning Doji Star indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlMorningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
long from,
long to)
Calculates the Morning Doji Star indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlMorningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
Calculates the Morning Doji Star indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlMorningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
Calculates the Morning Doji Star indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlMorningStar(IFeedDescriptor feedDescriptor,
OfferSide side,
double penetration)
The Morning Star first calculation step.
|
int[] |
IIndicators.cdlMorningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Morning Star indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlMorningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
Filter filter,
long from,
long to)
Calculates the Morning Star indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlMorningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
Calculates the Morning Star indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlMorningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
Calculates the Morning Star indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlOnNeck(IFeedDescriptor feedDescriptor,
OfferSide side)
The On-Neck Pattern first calculation step.
|
int[] |
IIndicators.cdlOnNeck(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the On-Neck Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlOnNeck(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the On-Neck Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlOnNeck(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the On-Neck Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlOnNeck(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the On-Neck Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlPiercing(IFeedDescriptor feedDescriptor,
OfferSide side)
The Piercing Pattern first calculation step.
|
int[] |
IIndicators.cdlPiercing(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Piercing Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlPiercing(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Piercing Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlPiercing(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Piercing Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlPiercing(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Piercing Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlRickshawMan(IFeedDescriptor feedDescriptor,
OfferSide side)
The Rickshaw Man first calculation step.
|
int[] |
IIndicators.cdlRickshawMan(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Rickshaw Man indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlRickshawMan(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Rickshaw Man indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlRickshawMan(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Rickshaw Man indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlRickshawMan(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Rickshaw Man indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlRiseFall3Methods(IFeedDescriptor feedDescriptor,
OfferSide side)
The Rising/Falling Three Methods first calculation step.
|
int[] |
IIndicators.cdlRiseFall3Methods(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Rising/Falling Three Methods indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlRiseFall3Methods(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Rising/Falling Three Methods indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlRiseFall3Methods(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Rising/Falling Three Methods indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlRiseFall3Methods(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Rising/Falling Three Methods indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlSeparatingLines(IFeedDescriptor feedDescriptor,
OfferSide side)
The Separating Lines first calculation step.
|
int[] |
IIndicators.cdlSeparatingLines(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Separating Lines indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlSeparatingLines(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Separating Lines indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlSeparatingLines(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Separating Lines indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlSeparatingLines(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Separating Lines indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlShootingStar(IFeedDescriptor feedDescriptor,
OfferSide side)
The Shooting Star first calculation step.
|
int[] |
IIndicators.cdlShootingStar(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Shooting Star indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlShootingStar(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Shooting Star indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlShootingStar(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Shooting Star indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlShootingStar(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Shooting Star indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlShortLine(IFeedDescriptor feedDescriptor,
OfferSide side)
The Short Line Candle first calculation step.
|
int[] |
IIndicators.cdlShortLine(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Short Line Candle indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlShortLine(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Short Line Candle indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlShortLine(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Short Line Candle indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlShortLine(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Short Line Candle indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlSpinningTop(IFeedDescriptor feedDescriptor,
OfferSide side)
The Spinning Top first calculation step.
|
int[] |
IIndicators.cdlSpinningTop(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Spinning Top indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlSpinningTop(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Spinning Top indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlSpinningTop(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Spinning Top indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlSpinningTop(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Spinning Top indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlStalledPattern(IFeedDescriptor feedDescriptor,
OfferSide side)
The Stalled Pattern first calculation step.
|
int[] |
IIndicators.cdlStalledPattern(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Stalled Pattern indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlStalledPattern(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Stalled Pattern indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlStalledPattern(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Stalled Pattern indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlStalledPattern(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Stalled Pattern indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlStickSandwich(IFeedDescriptor feedDescriptor,
OfferSide side)
The Stick Sandwich first calculation step.
|
int[] |
IIndicators.cdlStickSandwich(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Stick Sandwich indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlStickSandwich(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Stick Sandwich indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlStickSandwich(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Stick Sandwich indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlStickSandwich(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Stick Sandwich indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlTakuri(IFeedDescriptor feedDescriptor,
OfferSide side)
The Takuri (Dragonfly Doji with very long lower shadow) first calculation step.
|
int[] |
IIndicators.cdlTakuri(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Takuri indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlTakuri(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Takuri indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlTakuri(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Takuri indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlTakuri(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Takuri indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlTasukiGap(IFeedDescriptor feedDescriptor,
OfferSide side)
The Tasuki Gap first calculation step.
|
int[] |
IIndicators.cdlTasukiGap(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Tasuki Gap indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlTasukiGap(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Tasuki Gap indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlTasukiGap(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Tasuki Gap indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlTasukiGap(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Tasuki Gap indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlThrusting(IFeedDescriptor feedDescriptor,
OfferSide side)
The Thrusting Pattern first calculation step.
|
int[] |
IIndicators.cdlThrusting(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Thrusting Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlThrusting(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Thrusting Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlThrusting(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Thrusting Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlThrusting(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Thrusting Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlTristar(IFeedDescriptor feedDescriptor,
OfferSide side)
The Tristar Pattern first calculation step.
|
int[] |
IIndicators.cdlTristar(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Tristar Pattern for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlTristar(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Tristar Pattern for ticks or bars in the specified period.
|
int |
IIndicators.cdlTristar(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Tristar Pattern for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlTristar(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Tristar Pattern for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlUnique3River(IFeedDescriptor feedDescriptor,
OfferSide side)
The Unique 3 River first calculation step.
|
int[] |
IIndicators.cdlUnique3River(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Unique 3 River indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlUnique3River(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Unique 3 River indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlUnique3River(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Unique 3 River indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlUnique3River(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Unique 3 River indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlUpsideGap2Crows(IFeedDescriptor feedDescriptor,
OfferSide side)
The Upside Gap Two Crows first calculation step.
|
int[] |
IIndicators.cdlUpsideGap2Crows(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Upside Gap Two Crows indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlUpsideGap2Crows(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Upside Gap Two Crows indicator for ticks or bars in the specified period.
|
int |
IIndicators.cdlUpsideGap2Crows(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Upside Gap Two Crows indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlUpsideGap2Crows(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Upside Gap Two Crows indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.cdlXsideGap3Methods(IFeedDescriptor feedDescriptor,
OfferSide side)
The Upside/Downside Gap Three Methods first calculation step.
|
int[] |
IIndicators.cdlXsideGap3Methods(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Upside/Downside Gap Three Methods for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.cdlXsideGap3Methods(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Upside/Downside Gap Three Methods for ticks or bars in the specified period.
|
int |
IIndicators.cdlXsideGap3Methods(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Upside/Downside Gap Three Methods for a bar specified with the
shift parameter. |
int[] |
IIndicators.cdlXsideGap3Methods(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Upside/Downside Gap Three Methods for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ceil(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Ceil first calculation step.
|
double[] |
IIndicators.ceil(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Ceil indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ceil(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Ceil indicator for ticks or bars in the specified period.
|
double |
IIndicators.ceil(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Ceil indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.ceil(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Ceil indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.chaikinVolatility(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod1,
int timePeriod2)
The Chaikin's Volatility first calculation step.
|
double[] |
IIndicators.chaikinVolatility(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Chaikin's Volatility indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.chaikinVolatility(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
Filter filter,
long from,
long to)
Calculates the Chaikin's Volatility indicator for ticks or bars in the specified period.
|
double |
IIndicators.chaikinVolatility(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
int shift)
Calculates the Chaikin's Volatility indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.chaikinVolatility(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
long from,
long to)
Calculates the Chaikin's Volatility indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.cmo(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Chande Momentum Oscillator first calculation step.
|
double[] |
IIndicators.cmo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Chande Momentum Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.cmo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Chande Momentum Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.cmo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Chande Momentum Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.cmo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Chande Momentum Oscillator 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.
|
java.math.BigDecimal |
ICurrencyConverter.convert(java.math.BigDecimal amount,
ICurrency sourceCurrency,
ICurrency targetCurrency,
OfferSide side,
int scale)
Converts given amount from one currency to another.
|
java.math.BigDecimal |
ICurrencyConverter.convert(java.math.BigDecimal amount,
ICurrency sourceCurrency,
ICurrency targetCurrency,
OfferSide side,
int scale,
boolean blocking)
Converts given amount from one currency to another.
|
java.math.BigDecimal |
ICurrencyConverter.convert(java.math.BigDecimal amount,
ICurrency sourceCurrency,
ICurrency targetCurrency,
OfferSide side,
int scale,
long time)
Converts given amount from one currency to another using price at specified time.
|
double |
ICurrencyConverter.convert(double amount,
ICurrency sourceCurrency,
ICurrency targetCurrency,
OfferSide side,
int scale)
Converts given amount from one currency to another.
|
double |
ICurrencyConverter.convert(double amount,
ICurrency sourceCurrency,
ICurrency targetCurrency,
OfferSide side,
int scale,
boolean blocking)
Converts given amount from one currency to another.
|
double |
ICurrencyConverter.convert(double amount,
ICurrency sourceCurrency,
ICurrency targetCurrency,
OfferSide side,
int scale,
long time)
Converts given amount from one currency to another using price at specified time.
|
double |
JFUtils.convert(IFinancialInstrument instrumentFrom,
IFinancialInstrument instrumentTo,
double amount,
int decimalPlaces,
OfferSide offerSide)
Deprecated.
|
double |
JFUtils.convert(Instrument instrumentFrom,
Instrument instrumentTo,
double amount,
int decimalPlaces,
OfferSide offerSide)
Converts the amount from one instrument to another.
|
double |
JFUtils.convertPipToCurrency(IFinancialInstrument financialInstrument,
ICurrency currency,
OfferSide offerSide)
Deprecated.
|
double |
JFUtils.convertPipToCurrency(Instrument instrument,
java.util.Currency currency,
OfferSide offerSide)
Deprecated.
|
double |
JFUtils.convertPipToCurrency(Instrument instrument,
ICurrency currency,
OfferSide offerSide)
Converts the cost of one pip for particular instrument to specified currency
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.correl(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice2,
OfferSide side2,
int timePeriod)
The Pearson's Correlation Coefficient(r) first calculation step.
|
double[] |
IIndicators.correl(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Pearson's Correlation Coefficient for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.correl(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Pearson's Correlation Coefficient for ticks or bars in the specified period.
|
double |
IIndicators.correl(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
int shift)
Calculates the Pearson's Correlation Coefficient for a bar specified with the
shift parameter. |
double[] |
IIndicators.correl(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
long from,
long to)
Calculates the Pearson's Correlation Coefficient for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.cos(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric Cos first calculation step.
|
double[] |
IIndicators.cos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric Cos for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.cos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric Cos for ticks or bars in the specified period.
|
double |
IIndicators.cos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric Cos for a bar specified with the
shift parameter. |
double[] |
IIndicators.cos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric Cos for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.cosh(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric Cosh first calculation step.
|
double[] |
IIndicators.cosh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric Cosh for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.cosh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric Cosh for ticks or bars in the specified period.
|
double |
IIndicators.cosh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric Cosh for a bar specified with the
shift parameter. |
double[] |
IIndicators.cosh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric Cosh for ticks or bars in the specified period.
|
<T,U> IIndicatorCalculator<T,U> |
IIndicators.custom(java.lang.String indName,
java.lang.Class<T> classShift,
java.lang.Class<U> classArr,
IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice[] appliedPrices,
OfferSide[] offerSides,
java.lang.Object[] optInputs)
The custom indicator first calculation step.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.dema(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Double Exponential Moving Average first calculation step.
|
double[] |
IIndicators.dema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Double Exponential Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.dema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Double Exponential Moving Average for ticks or bars in the specified period.
|
double |
IIndicators.dema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Double Exponential Moving Average for a bar specified with the
shift parameter. |
double[] |
IIndicators.dema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Double Exponential Moving Average for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.div(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice2,
OfferSide side2)
The Vector Arithmetic Div first calculation step.
|
double[] |
IIndicators.div(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Arithmetic Div for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.div(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
Filter filter,
long from,
long to)
Calculates the Vector Arithmetic Div for ticks or bars in the specified period.
|
double |
IIndicators.div(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int shift)
Calculates the Vector Arithmetic Div for a bar specified with the
shift parameter. |
double[] |
IIndicators.div(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
long from,
long to)
Calculates the Vector Arithmetic Div for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.dmi(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Average Directional Movement Index first calculation step.
|
double[][] |
IIndicators.dmi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Average Directional Movement Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.dmi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Average Directional Movement Index for ticks or bars in the specified period.
|
double[] |
IIndicators.dmi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Average Directional Movement Index for a bar specified with the
shift parameter. |
double[][] |
IIndicators.dmi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Average Directional Movement Index for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.donchian(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Donchian Channel first calculation step.
|
double[][] |
IIndicators.donchian(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Donchian Channel indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.donchian(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Donchian Channel indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.donchian(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Donchian Channel indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.donchian(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Donchian Channel indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.dx(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Directional Movement Index first calculation step.
|
double[] |
IIndicators.dx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Directional Movement Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.dx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Directional Movement Index for ticks or bars in the specified period.
|
double |
IIndicators.dx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Directional Movement Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.dx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Directional Movement Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ema(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Exponential Moving Average first calculation step.
|
double[] |
IIndicators.ema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Exponential Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Exponential Moving Average for ticks or bars in the specified period.
|
double |
IIndicators.ema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Exponential Moving Average for a bar specified with the
shift parameter. |
double[] |
IIndicators.ema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Exponential Moving Average for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.emaEnvelope(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
double deviation)
The EMA Envelope first calculation step.
|
double[][] |
IIndicators.emaEnvelope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double deviation,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the EMA Envelope indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.emaEnvelope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double deviation,
Filter filter,
long from,
long to)
Calculates the EMA Envelope indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.emaEnvelope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double deviation,
int shift)
Calculates the EMA Envelope indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.emaEnvelope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double deviation,
long from,
long to)
Calculates the EMA Envelope indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.exp(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Arithmetic Exp first calculation step.
|
double[] |
IIndicators.exp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Arithmetic Exp indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.exp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Arithmetic Exp indicator for ticks or bars in the specified period.
|
double |
IIndicators.exp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Arithmetic Exp indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.exp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Arithmetic Exp indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.fibPivot(IFeedDescriptor feedDescriptor,
OfferSide side,
Period timePeriod)
Deprecated.
|
double[][] |
IIndicators.fibPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.fibPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.fibPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[][] |
IIndicators.fibPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double[][] |
IIndicators.fibPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.fibPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.fibPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
int shift)
Deprecated.
|
double[][] |
IIndicators.fibPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
long from,
long to)
Deprecated.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.fibPivot2(IFeedDescriptor feedDescriptor,
OfferSide side)
The Fibonacci Pivot first calculation step.
|
double[][] |
IIndicators.fibPivot2(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Fibonacci Pivot Points for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.fibPivot2(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Fibonacci Pivot Points for ticks or bars in the specified period.
|
double[] |
IIndicators.fibPivot2(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Fibonacci Pivot Points for a bar specified with the
shift parameter. |
double[][] |
IIndicators.fibPivot2(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Fibonacci Pivot Points for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.floor(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Floor first calculation step.
|
double[] |
IIndicators.floor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Floor indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.floor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Floor indicator for ticks or bars in the specified period.
|
double |
IIndicators.floor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Floor indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.floor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Floor 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.fractal(IFeedDescriptor feedDescriptor,
OfferSide side,
int barsOnSides)
The Fractal indicator first calculation step.
|
double[][] |
IIndicators.fractal(Instrument instrument,
Period period,
OfferSide side,
int barsOnSides,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Fractal indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.fractal(Instrument instrument,
Period period,
OfferSide side,
int barsOnSides,
Filter filter,
long from,
long to)
Calculates the Fractal indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.fractal(Instrument instrument,
Period period,
OfferSide side,
int barsOnSides,
int shift)
Calculates the Fractal indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.fractal(Instrument instrument,
Period period,
OfferSide side,
int barsOnSides,
long from,
long to)
Calculates the Fractal indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.fractalLines(IFeedDescriptor feedDescriptor,
OfferSide side,
int barsOnSides)
The Fractal Lines Indicator first calculation step.
|
double[][] |
IIndicators.fractalLines(Instrument instrument,
Period period,
OfferSide side,
int barsOnSides,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Fractal lines indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.fractalLines(Instrument instrument,
Period period,
OfferSide side,
int barsOnSides,
Filter filter,
long from,
long to)
Calculates the Fractal lines indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.fractalLines(Instrument instrument,
Period period,
OfferSide side,
int barsOnSides,
int shift)
Calculates the Fractal lines indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.fractalLines(Instrument instrument,
Period period,
OfferSide side,
int barsOnSides,
long from,
long to)
Calculates the Fractal lines indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.frama(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Fractal Adaptive Moving Average first calculation step.
|
double[] |
IIndicators.frama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Fractal Adaptive Moving Average indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.frama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Fractal Adaptive Moving Average indicator for ticks or bars in the specified period.
|
double |
IIndicators.frama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Fractal Adaptive Moving Average indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.frama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Fractal Adaptive Moving Average indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.gator(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod)
The Gator Oscillator first calculation step.
|
double[][] |
IIndicators.gator(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Gator Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.gator(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod,
Filter filter,
long from,
long to)
Calculates the Gator Oscillator for ticks or bars in the specified period.
|
double[] |
IIndicators.gator(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod,
int shift)
Calculates the Gator Oscillator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.gator(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int jawTimePeriod,
int teethTimePeriod,
int lipsTimePeriod,
long from,
long to)
Calculates the Gator Oscillator for ticks or bars in the specified period.
|
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. |
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.
|
IPointAndFigure |
IHistory.getPointAndFigure(Instrument instrument,
OfferSide offerSide,
PriceRange boxSize,
ReversalAmount reversalAmount,
int shift)
Deprecated.
|
java.util.List<IPointAndFigure> |
IHistory.getPointAndFigures(Instrument instrument,
OfferSide offerSide,
PriceRange boxSize,
ReversalAmount reversalAmount,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter)
Deprecated.
|
java.util.List<IPointAndFigure> |
IHistory.getPointAndFigures(Instrument instrument,
OfferSide offerSide,
PriceRange boxSize,
ReversalAmount reversalAmount,
long from,
long to)
Deprecated.
|
IRangeBar |
IHistory.getRangeBar(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
int shift)
Deprecated.
|
java.util.List<IRangeBar> |
IHistory.getRangeBars(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter)
Deprecated.
|
java.util.List<IRangeBar> |
IHistory.getRangeBars(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
long from,
long to)
Deprecated.
|
double |
JFUtils.getRate(ICurrency from,
ICurrency to,
OfferSide offerSide)
Gets exchange rate between two currencies.
|
IRenkoBar |
IHistory.getRenkoBar(Instrument instrument,
OfferSide offerSide,
PriceRange brickSize,
int shift)
Deprecated.
|
java.util.List<IRenkoBar> |
IHistory.getRenkoBars(Instrument instrument,
OfferSide offerSide,
PriceRange brickSize,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter)
Deprecated.
|
java.util.List<IRenkoBar> |
IHistory.getRenkoBars(Instrument instrument,
OfferSide offerSide,
PriceRange brickSize,
long from,
long to)
Deprecated.
|
ITickBar |
IHistory.getTickBar(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
int shift)
Deprecated.
|
java.util.List<ITickBar> |
IHistory.getTickBars(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter)
Deprecated.
|
java.util.List<ITickBar> |
IHistory.getTickBars(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
long from,
long to)
Deprecated.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.gmma(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int shortEMA1Period,
int shortEMA2Period,
int shortEMA3Period,
int shortEMA4Period,
int shortEMA5Period,
int shortEMA6Period,
int longEMA1Period,
int longEMA2Period,
int longEMA3Period,
int longEMA4Period,
int longEMA5Period,
int longEMA6Period)
The Guppy Multiple Moving Average first calculation step.
|
double[][] |
IIndicators.gmma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortEMA1Period,
int shortEMA2Period,
int shortEMA3Period,
int shortEMA4Period,
int shortEMA5Period,
int shortEMA6Period,
int longEMA1Period,
int longEMA2Period,
int longEMA3Period,
int longEMA4Period,
int longEMA5Period,
int longEMA6Period,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Guppy Multiple Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.gmma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortEMA1Period,
int shortEMA2Period,
int shortEMA3Period,
int shortEMA4Period,
int shortEMA5Period,
int shortEMA6Period,
int longEMA1Period,
int longEMA2Period,
int longEMA3Period,
int longEMA4Period,
int longEMA5Period,
int longEMA6Period,
Filter filter,
long from,
long to)
Calculates the Guppy Multiple Moving Average for ticks or bars in the specified period.
|
double[] |
IIndicators.gmma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortEMA1Period,
int shortEMA2Period,
int shortEMA3Period,
int shortEMA4Period,
int shortEMA5Period,
int shortEMA6Period,
int longEMA1Period,
int longEMA2Period,
int longEMA3Period,
int longEMA4Period,
int longEMA5Period,
int longEMA6Period,
int shift)
Calculates the Guppy Multiple Moving Average for a bar specified with the
shift parameter. |
double[][] |
IIndicators.gmma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortEMA1Period,
int shortEMA2Period,
int shortEMA3Period,
int shortEMA4Period,
int shortEMA5Period,
int shortEMA6Period,
int longEMA1Period,
int longEMA2Period,
int longEMA3Period,
int longEMA4Period,
int longEMA5Period,
int longEMA6Period,
long from,
long to)
Calculates the Guppy Multiple Moving Average for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.heikenAshi(IFeedDescriptor feedDescriptor,
OfferSide side)
The Heikin Ashi first calculation step.
|
double[][] |
IIndicators.heikenAshi(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[] |
IIndicators.heikenAshi(Instrument instrument,
Period period,
OfferSide side,
int shift)
Deprecated.
|
double[][] |
IIndicators.heikenAshi(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Deprecated.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.heikinAshi(IFeedDescriptor feedDescriptor,
OfferSide side)
The Heikin Ashi first calculation step.
|
double[][] |
IIndicators.heikinAshi(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. |
double[][] |
IIndicators.heikinAshi(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.
|
double[] |
IIndicators.heikinAshi(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Heikin Ashi indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.heikinAshi(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Heikin Ashi indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<IBar,IBar[]> |
IIndicators.heikinAshiSingle(IFeedDescriptor feedDescriptor,
OfferSide side)
The Heikin Ashi with a single candle output first calculation step.
|
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.
|
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.hma(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Hull Moving Average first calculation step.
|
double[] |
IIndicators.hma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hull Moving Average indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.hma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Hull Moving Average indicator for ticks or bars in the specified period.
|
double |
IIndicators.hma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Hull Moving Average indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.hma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Hull Moving Average indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ht_dcperiod(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Hilbert Transform - Dominant Cycle Period first calculation step.
|
double[] |
IIndicators.ht_dcperiod(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hilbert Transform - Dominant Cycle Period indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ht_dcperiod(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Hilbert Transform - Dominant Cycle Period indicator for ticks or bars in the specified period.
|
double |
IIndicators.ht_dcperiod(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Hilbert Transform - Dominant Cycle Period indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.ht_dcperiod(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Hilbert Transform - Dominant Cycle Period indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ht_dcphase(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Hilbert Transform - Dominant Cycle Phase first calculation step.
|
double[] |
IIndicators.ht_dcphase(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hilbert Transform - Dominant Cycle Phase for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ht_dcphase(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Hilbert Transform - Dominant Cycle Phase for ticks or bars in the specified period.
|
double |
IIndicators.ht_dcphase(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Hilbert Transform - Dominant Cycle Phase for a bar specified with the
shift parameter. |
double[] |
IIndicators.ht_dcphase(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Hilbert Transform - Dominant Cycle Phase for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.ht_phasor(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Hilbert Transform - Phasor Components first calculation step.
|
double[][] |
IIndicators.ht_phasor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hilbert Transform - Phasor Components indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.ht_phasor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Hilbert Transform - Phasor Components indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.ht_phasor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Hilbert Transform - Phasor Components indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.ht_phasor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Hilbert Transform - Phasor Components indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.ht_sine(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Hilbert Transform - SineWave first calculation step.
|
double[][] |
IIndicators.ht_sine(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hilbert Transform - SineWave indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.ht_sine(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Hilbert Transform - SineWave indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.ht_sine(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Hilbert Transform - SineWave indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.ht_sine(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Hilbert Transform - SineWave indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ht_trendline(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Hilbert Transform - Instantaneous Trendline first calculation step.
|
double[] |
IIndicators.ht_trendline(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hilbert Transform - Instantaneous Trendline indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ht_trendline(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Hilbert Transform - Instantaneous Trendline indicator for ticks or bars in the specified period.
|
double |
IIndicators.ht_trendline(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Hilbert Transform - Instantaneous Trendline indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.ht_trendline(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Hilbert Transform - Instantaneous Trendline indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Integer,int[]> |
IIndicators.ht_trendmode(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Hilbert Transform - Trend vs Cycle Mode first calculation step.
|
int[] |
IIndicators.ht_trendmode(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Hilbert Transform - Trend vs Cycle Mode indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[] |
IIndicators.ht_trendmode(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Hilbert Transform - Trend vs Cycle Mode indicator for ticks or bars in the specified period.
|
int |
IIndicators.ht_trendmode(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Hilbert Transform - Trend vs Cycle Mode indicator for a bar specified with the
shift parameter. |
int[] |
IIndicators.ht_trendmode(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Hilbert Transform - Trend vs Cycle Mode indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.ichimoku(IFeedDescriptor feedDescriptor,
OfferSide side,
int tenkan,
int kijun,
int senkou)
The Ichimoku first calculation step.
|
double[][] |
IIndicators.ichimoku(Instrument instrument,
Period period,
OfferSide side,
int tenkan,
int kijun,
int senkou,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Ichimoku indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.ichimoku(Instrument instrument,
Period period,
OfferSide side,
int tenkan,
int kijun,
int senkou,
Filter filter,
long from,
long to)
Calculates the Ichimoku indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.ichimoku(Instrument instrument,
Period period,
OfferSide side,
int tenkan,
int kijun,
int senkou,
int shift)
Calculates the Ichimoku indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.ichimoku(Instrument instrument,
Period period,
OfferSide side,
int tenkan,
int kijun,
int senkou,
long from,
long to)
Calculates the Ichimoku 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<java.lang.Double,double[]> |
IIndicators.kama(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
int fastMAPeriod,
int slowMAPeriod)
The Kaufman Adaptive Moving Average first calculation step.
|
double[] |
IIndicators.kama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[] |
IIndicators.kama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
|
double |
IIndicators.kama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.kama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastMAPeriod,
int slowMAPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Kaufman Adaptive Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.kama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastMAPeriod,
int slowMAPeriod,
Filter filter,
long from,
long to)
Calculates the Kaufman Adaptive Moving Average for ticks or bars in the specified period.
|
double |
IIndicators.kama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastMAPeriod,
int slowMAPeriod,
int shift)
Calculates the Kaufman Adaptive Moving Average for a bar specified with the
shift parameter. |
double[] |
IIndicators.kama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastMAPeriod,
int slowMAPeriod,
long from,
long to)
Calculates the Kaufman Adaptive Moving Average for ticks or bars in the specified period.
|
double[] |
IIndicators.kama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.kbands(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int emaPeriod,
int atrPeriod,
double multiplier)
The Keltner Bands (Based on ATR) first calculation step.
|
double[][] |
IIndicators.kbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int emaPeriod,
int atrPeriod,
double multiplier,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Keltner Bands (Based on ATR) indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.kbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int emaPeriod,
int atrPeriod,
double multiplier,
Filter filter,
long from,
long to)
Calculates the Keltner Bands (Based on ATR) indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.kbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int emaPeriod,
int atrPeriod,
double multiplier,
int shift)
Calculates the Keltner Bands (Based on ATR) indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.kbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int emaPeriod,
int atrPeriod,
double multiplier,
long from,
long to)
Calculates the Keltner Bands (Based on ATR) 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<double[],double[][]> |
IIndicators.keltner(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Keltner Channel first calculation step.
|
double[][] |
IIndicators.keltner(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Keltner Channel indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.keltner(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Keltner Channel indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.keltner(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Keltner Channel indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.keltner(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Keltner Channel indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.lagACS1(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int ma,
double gamma,
int lookback)
The Laguerre-ACS1 first calculation step.
|
double[] |
IIndicators.lagACS1(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int ma,
double gamma,
int lookback,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Laguerre-ACS1 indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.lagACS1(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int ma,
double gamma,
int lookback,
Filter filter,
long from,
long to)
Calculates the Laguerre-ACS1 indicator for ticks or bars in the specified period.
|
double |
IIndicators.lagACS1(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int ma,
double gamma,
int lookback,
int shift)
Calculates the Laguerre-ACS1 indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.lagACS1(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int ma,
double gamma,
int lookback,
long from,
long to)
Calculates the Laguerre-ACS1 indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.lasacs1(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int ma,
double gamma,
int lookback)
The Laguerre-ACS1 first calculation step.
|
double[] |
IIndicators.lasacs1(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int ma,
double gamma,
int lookback,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double |
IIndicators.lasacs1(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int ma,
double gamma,
int lookback,
int shift)
|
double[] |
IIndicators.lasacs1(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int ma,
double gamma,
int lookback,
long from,
long to)
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.linearReg(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Linear Regression first calculation step.
|
double[] |
IIndicators.linearReg(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Linear Regression indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.linearReg(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Linear Regression indicator for ticks or bars in the specified period.
|
double |
IIndicators.linearReg(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Linear Regression indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.linearReg(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Linear Regression indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.linearRegAngle(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Linear Regression Angle first calculation step.
|
double[] |
IIndicators.linearRegAngle(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Linear Regression Angle indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.linearRegAngle(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Linear Regression Angle indicator for ticks or bars in the specified period.
|
double |
IIndicators.linearRegAngle(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Linear Regression Angle indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.linearRegAngle(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Linear Regression Angle indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.linearRegIntercept(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Linear Regression Intercept first calculation step.
|
double[] |
IIndicators.linearRegIntercept(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Linear Regression Intercept indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.linearRegIntercept(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Linear Regression Intercept indicator for ticks or bars in the specified period.
|
double |
IIndicators.linearRegIntercept(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Linear Regression Intercept indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.linearRegIntercept(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Linear Regression Intercept indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.linearRegSlope(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Linear Regression Slope first calculation step.
|
double[] |
IIndicators.linearRegSlope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Linear Regression Slope indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.linearRegSlope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Linear Regression Slope indicator for ticks or bars in the specified period.
|
double |
IIndicators.linearRegSlope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Linear Regression Slope indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.linearRegSlope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Linear Regression Slope indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ln(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Log Natural first calculation step.
|
double[] |
IIndicators.ln(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Log Natural for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ln(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Log Natural for ticks or bars in the specified period.
|
double |
IIndicators.ln(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Log Natural for a bar specified with the
shift parameter. |
double[] |
IIndicators.ln(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Log Natural for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.log10(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Log10 first calculation step.
|
double[] |
IIndicators.log10(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Log10 for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.log10(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Log10 for ticks or bars in the specified period.
|
double |
IIndicators.log10(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Log10 for a bar specified with the
shift parameter. |
double[] |
IIndicators.log10(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Log10 for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.lrsi(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
double dampingFactor)
The Ehlers Laguerre Relative Strength Index first calculation step.
|
double[] |
IIndicators.lrsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double dampingFactor,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Ehlers Laguerre Relative Strength Index indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.lrsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double dampingFactor,
Filter filter,
long from,
long to)
Calculates the Ehlers Laguerre Relative Strength Index indicator for ticks or bars in the specified period.
|
double |
IIndicators.lrsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double dampingFactor,
int shift)
Calculates the Ehlers Laguerre Relative Strength Index indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.lrsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double dampingFactor,
long from,
long to)
Calculates the Ehlers Laguerre Relative Strength Index indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.lwma(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Linear Weighted Moving Average (LWMA) first calculation step.
|
double[] |
IIndicators.lwma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Linear Weighted Moving Average indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.lwma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Linear Weighted Moving Average indicator for ticks or bars in the specified period.
|
double |
IIndicators.lwma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Linear Weighted Moving Average indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.lwma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Linear Weighted Moving Average 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.macd(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fastPeriod,
int slowPeriod,
int signalPeriod)
The Moving Average Covergence/Divergence first calculation step.
|
double[][] |
IIndicators.macd(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
int signalPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Moving Average Convergence/Divergence indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.macd(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
int signalPeriod,
Filter filter,
long from,
long to)
Calculates the Moving Average Convergence/Divergence indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.macd(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
int signalPeriod,
int shift)
Calculates the Moving Average Convergence/Divergence indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.macd(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
int signalPeriod,
long from,
long to)
Calculates the Moving Average Convergence/Divergence indicator 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<double[],double[][]> |
IIndicators.macdFix(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int signalPeriod)
The Moving Average Convergence/Divergence Fix 12/26 first calculation step.
|
double[][] |
IIndicators.macdFix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int signalPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Moving Average Convergence/Divergence Fix indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.macdFix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int signalPeriod,
Filter filter,
long from,
long to)
Calculates the Moving Average Convergence/Divergence Fix indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.macdFix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int signalPeriod,
int shift)
Calculates the Moving Average Convergence/Divergence Fix indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.macdFix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int signalPeriod,
long from,
long to)
Calculates the Moving Average Convergence/Divergence Fix indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.maEnvelope(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
double deviation)
The MA Envelope first calculation step.
|
double[][] |
IIndicators.maEnvelope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double deviation,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the MA Envelope indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.maEnvelope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double deviation,
Filter filter,
long from,
long to)
Calculates the MA Envelope indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.maEnvelope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double deviation,
int shift)
Calculates the MA Envelope indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.maEnvelope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double deviation,
long from,
long to)
Calculates the MA Envelope indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.mama(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
double fastLimit,
double slowLimit)
The MESA Adaptive Moving Average first calculation step.
|
double[][] |
IIndicators.mama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double fastLimit,
double slowLimit,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the MESA Adaptive Moving Average indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.mama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double fastLimit,
double slowLimit,
Filter filter,
long from,
long to)
Calculates the MESA Adaptive Moving Average indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.mama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double fastLimit,
double slowLimit,
int shift)
Calculates the MESA Adaptive Moving Average indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.mama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double fastLimit,
double slowLimit,
long from,
long to)
Calculates the MESA Adaptive Moving Average 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.max(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Highest value over a specified period first calculation step.
|
double[] |
IIndicators.max(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Highest value over a specified period for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.max(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Highest value over a specified period for ticks or bars in the specified period.
|
double |
IIndicators.max(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Highest value over a specified period for a bar specified with the
shift parameter. |
double[] |
IIndicators.max(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Highest value over a specified period 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.medPrice(IFeedDescriptor feedDescriptor,
OfferSide side)
The Median Price first calculation step.
|
double[] |
IIndicators.medPrice(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Median Price for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.medPrice(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Median Price for ticks or bars in the specified period.
|
double |
IIndicators.medPrice(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Median Price for a bar specified with the
shift parameter. |
double[] |
IIndicators.medPrice(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Median Price for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.mfi(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Money Flow Index first calculation step.
|
double[] |
IIndicators.mfi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Money Flow Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.mfi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Money Flow Index for ticks or bars in the specified period.
|
double |
IIndicators.mfi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Money Flow Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.mfi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Money Flow Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.midPoint(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The MidPoint over period first calculation step.
|
double[] |
IIndicators.midPoint(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the MidPoint over period for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.midPoint(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the MidPoint over period for ticks or bars in the specified period.
|
double |
IIndicators.midPoint(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the MidPoint over period for a bar specified with the
shift parameter. |
double[] |
IIndicators.midPoint(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the MidPoint over period for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.midPrice(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Midpoint Price over period first calculation step.
|
double[] |
IIndicators.midPrice(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Midpoint Price over period for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.midPrice(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Midpoint Price over period for ticks or bars in the specified period.
|
double |
IIndicators.midPrice(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Midpoint Price over period for a bar specified with the
shift parameter. |
double[] |
IIndicators.midPrice(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Midpoint Price over period for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.min(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Lowest value over a specified period first calculation step.
|
double[] |
IIndicators.min(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the lowest value over a specified period for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.min(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the lowest value over a specified period for ticks or bars in the specified period.
|
double |
IIndicators.min(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the lowest value over a specified period for a bar specified with the
shift parameter. |
double[] |
IIndicators.min(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the lowest value over a specified period for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.minMax(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Lowest and highest values over a specified period first calculation step.
|
double[][] |
IIndicators.minMax(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the lowest and the highest values over a specified period for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.minMax(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the lowest and the highest values over a specified period for ticks or bars in the specified period.
|
double[] |
IIndicators.minMax(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the lowest and the highest values over a specified period for a bar specified with the
shift parameter. |
double[][] |
IIndicators.minMax(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the lowest and the highest values over a specified period for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.minusDi(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Minus Directional Indicator first calculation step.
|
double[] |
IIndicators.minusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Minus Directional Indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.minusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Minus Directional Indicator for ticks or bars in the specified period.
|
double |
IIndicators.minusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Minus Directional Indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.minusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Minus Directional Indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.minusDm(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Minus Directional Movement first calculation step.
|
double[] |
IIndicators.minusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Minus Directional Movement indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.minusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Minus Directional Movement indicator for ticks or bars in the specified period.
|
double |
IIndicators.minusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Minus Directional Movement indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.minusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Minus Directional Movement indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.mom(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Momentum first calculation step.
|
double[] |
IIndicators.mom(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Momentum indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.mom(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Momentum indicator for ticks or bars in the specified period.
|
double |
IIndicators.mom(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Momentum indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.mom(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Momentum indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.mult(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice2,
OfferSide side2)
The Vector Arithmetic Mult first calculation step.
|
double[] |
IIndicators.mult(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Arithmetic Mult for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.mult(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
Filter filter,
long from,
long to)
Calculates the Vector Arithmetic Mult for ticks or bars in the specified period.
|
double |
IIndicators.mult(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int shift)
Calculates the Vector Arithmetic Mult for a bar specified with the
shift parameter. |
double[] |
IIndicators.mult(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
long from,
long to)
Calculates the Vector Arithmetic Mult for ticks or bars in the specified period.
|
double[][] |
IIndicators.murrey(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
int timePeriod,
int stepBack,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.murrey(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
int timePeriod,
int stepBack,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.murrey(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
int timePeriod,
int stepBack,
int shift)
|
double[][] |
IIndicators.murrey(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
int timePeriod,
int stepBack,
long from,
long to)
|
double[][] |
IIndicators.murrey(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
Period timePeriod,
int stepBack,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.murrey(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
Period timePeriod,
int stepBack,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.murrey(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
Period timePeriod,
int stepBack,
int shift)
|
double[][] |
IIndicators.murrey(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
Period timePeriod,
int stepBack,
long from,
long to)
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.murrey2(IFeedDescriptor feedDescriptor,
OfferSide side,
int nPeriod,
int stepBack)
The Murrey Channels first calculation step.
|
double[][] |
IIndicators.murrey2(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
int stepBack,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Murrey Channels indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.murrey2(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
int stepBack,
Filter filter,
long from,
long to)
Calculates the Murrey Channels indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.murrey2(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
int stepBack,
int shift)
Calculates the Murrey Channels indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.murrey2(Instrument instrument,
Period period,
OfferSide side,
int nPeriod,
int stepBack,
long from,
long to)
Calculates the Murrey Channels indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.natr(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Normalized Average True Range first calculation step.
|
double[] |
IIndicators.natr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Normalized Average True Range indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.natr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Normalized Average True Range indicator for ticks or bars in the specified period.
|
double |
IIndicators.natr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Normalized Average True Range indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.natr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Normalized Average True Range indicator for ticks or bars in the specified period.
|
void |
DataLoadingListener.newBar(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
long time,
double open,
double close,
double low,
double high,
double vol)
Deprecated.
Called to pass bar data
|
void |
LoadingDataListener.newBar(Instrument instrument,
Period period,
OfferSide side,
long time,
double open,
double close,
double low,
double high,
double vol)
Called to pass bar data
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.obv(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice2,
OfferSide side2)
The On Balance Volume first calculation step.
|
double[] |
IIndicators.obv(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
OfferSide sideForPriceV,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the On Balance Volume for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.obv(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
OfferSide sideForPriceV,
Filter filter,
long from,
long to)
Calculates the On Balance Volume for ticks or bars in the specified period.
|
double |
IIndicators.obv(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
OfferSide sideForPriceV,
int shift)
Calculates the On Balance Volume for a bar specified with the
shift parameter. |
double[] |
IIndicators.obv(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
OfferSide sideForPriceV,
long from,
long to)
Calculates the On Balance Volume for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.osma(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int fast_ema_period,
int slow_ema_period,
int signal_period)
The Moving Average of Oscillator first calculation step.
|
double[] |
IIndicators.osma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fast_ema_period,
int slow_ema_period,
int signal_period,
Filter filter,
long from,
long to)
Calculates the Moving Average of Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.osma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fast_ema_period,
int slow_ema_period,
int signal_period,
int shift)
Calculates the Moving Average of Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.osma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fast_ema_period,
int slow_ema_period,
int signal_period,
long from,
long to)
Calculates the Moving Average of Oscillator for ticks or bars in the specified period.
|
double[] |
IIndicators.osma(Instrument instrument,
Period period,
OfferSide side,
int fast_ema_period,
int slow_ema_period,
int signal_period,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Moving Average of Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
IIndicatorCalculator<double[],double[][]> |
IIndicators.pivot(IFeedDescriptor feedDescriptor,
OfferSide side,
Period timePeriod)
Deprecated.
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
boolean showHistoricalLevels,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
boolean showHistoricalLevels,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
boolean showHistoricalLevels,
int shift)
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
boolean showHistoricalLevels,
long from,
long to)
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
int shift)
Deprecated.
|
double[][] |
IIndicators.pivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
long from,
long to)
Deprecated.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.pivot2(IFeedDescriptor feedDescriptor,
OfferSide side)
The Pivot first calculation step.
|
double[][] |
IIndicators.pivot2(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Pivot points indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.pivot2(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Pivot points indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.pivot2(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Pivot points indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.pivot2(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Pivot points indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.plusDi(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Plus Directional Indicator first calculation step.
|
double[] |
IIndicators.plusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Plus Directional Indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.plusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Plus Directional Indicator for ticks or bars in the specified period.
|
double |
IIndicators.plusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Plus Directional Indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.plusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Plus Directional Indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.plusDm(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Plus Directional Movement first calculation step.
|
double[] |
IIndicators.plusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Plus Directional Movement indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.plusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Plus Directional Movement indicator for ticks or bars in the specified period.
|
double |
IIndicators.plusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Plus Directional Movement indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.plusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Plus Directional Movement indicator 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.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.prchannel(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Price Channel first calculation step.
|
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)
|
double[] |
IIndicators.prchannel(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Price Channel indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.prchannel(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Price Channel indicator for ticks or bars in the specified period.
|
double |
IIndicators.prchannel(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Price Channel indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.prchannel(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Price Channel indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ravi(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int shortPeriod,
int longPeriod)
The Chande's Range Action Verification Index first calculation step.
|
double[] |
IIndicators.ravi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortPeriod,
int longPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Chande's Range Action Verification Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ravi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortPeriod,
int longPeriod,
Filter filter,
long from,
long to)
Calculates the Chande's Range Action Verification Index for ticks or bars in the specified period.
|
double |
IIndicators.ravi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortPeriod,
int longPeriod,
int shift)
Calculates the Chande's Range Action Verification Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.ravi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shortPeriod,
int longPeriod,
long from,
long to)
Calculates the Chande's Range Action Verification Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.rci(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Rank Correlation Index first calculation step.
|
double[] |
IIndicators.rci(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Rank Correlation Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.rci(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Rank Correlation Index for ticks or bars in the specified period.
|
double |
IIndicators.rci(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Rank Correlation Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.rci(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Rank Correlation Index for ticks or bars in the specified period.
|
void |
IHistory.readBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter,
DataLoadingListener barListener,
LoadingProgressListener loadingProgress)
Deprecated.
|
void |
IHistory.readBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to,
DataLoadingListener barListener,
LoadingProgressListener loadingProgress)
Deprecated.
|
void |
IHistory.readBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
long from,
long to,
DataLoadingListener barListener,
LoadingProgressListener loadingProgress)
Deprecated.
|
void |
IHistory.readBars(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter,
LoadingDataListener barListener,
LoadingProgressListener loadingProgress)
Reads bars from the local cache in the background.
|
void |
IHistory.readBars(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to,
LoadingDataListener barListener,
LoadingProgressListener loadingProgress)
Reads bars from the local cache in the background.
|
void |
IHistory.readBars(Instrument instrument,
Period period,
OfferSide side,
long from,
long to,
LoadingDataListener barListener,
LoadingProgressListener loadingProgress)
Reads bars from the local cache in the background.
|
void |
IHistory.readPointAndFigures(Instrument instrument,
OfferSide offerSide,
PriceRange boxSize,
ReversalAmount reversalAmount,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter,
IPointAndFigureFeedListener listener,
LoadingProgressListener loadingProgress)
|
void |
IHistory.readPointAndFigures(Instrument instrument,
OfferSide offerSide,
PriceRange boxSize,
ReversalAmount reversalAmount,
long from,
long to,
IPointAndFigureFeedListener listener,
LoadingProgressListener loadingProgress)
|
void |
IHistory.readRangeBars(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter,
IRangeBarFeedListener listener,
LoadingProgressListener loadingProgress)
|
void |
IHistory.readRangeBars(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
long from,
long to,
IRangeBarFeedListener listener,
LoadingProgressListener loadingProgress)
|
void |
IHistory.readRenkoBars(Instrument instrument,
OfferSide offerSide,
PriceRange brickSize,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter,
IRenkoBarFeedListener listener,
LoadingProgressListener loadingProgress)
|
void |
IHistory.readRenkoBars(Instrument instrument,
OfferSide offerSide,
PriceRange brickSize,
long from,
long to,
IRenkoBarFeedListener listener,
LoadingProgressListener loadingProgress)
|
void |
IHistory.readTickBars(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter,
ITickBarFeedListener listener,
LoadingProgressListener loadingProgress)
|
void |
IHistory.readTickBars(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
long from,
long to,
ITickBarFeedListener listener,
LoadingProgressListener loadingProgress)
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.regrChannel(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int degree,
double kstd,
int bars)
The Regression Channel first calculation step.
|
double[][] |
IIndicators.regrChannel(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int degree,
double kstd,
int bars,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Regression Channel indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.regrChannel(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int degree,
double kstd,
int bars,
Filter filter,
long from,
long to)
Calculates the Regression Channel indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.regrChannel(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int degree,
double kstd,
int bars,
int shift)
Calculates the Regression Channel indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.regrChannel(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int degree,
double kstd,
int bars,
long from,
long to)
Calculates the Regression Channel indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.rmi(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
int momentumPeriod)
The Relative Momentum Index first calculation step.
|
double[] |
IIndicators.rmi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int momentumPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Relative Momentum Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.rmi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int momentumPeriod,
Filter filter,
long from,
long to)
Calculates the Relative Momentum Index for ticks or bars in the specified period.
|
double |
IIndicators.rmi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int momentumPeriod,
int shift)
Calculates the Relative Momentum Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.rmi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int momentumPeriod,
long from,
long to)
Calculates the Relative Momentum Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.rmta(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Recursive Moving Trend Average first calculation step.
|
double[] |
IIndicators.rmta(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Recursive Moving Trend Average indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.rmta(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Recursive Moving Trend Average indicator for ticks or bars in the specified period.
|
double |
IIndicators.rmta(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Recursive Moving Trend Average indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.rmta(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Recursive Moving Trend Average indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.roc(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Rate of change : ((price/prevPrice)-1)*100 first calculation step.
|
double[] |
IIndicators.roc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Rate of change indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.roc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Rate of change indicator for ticks or bars in the specified period.
|
double |
IIndicators.roc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Rate of change indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.roc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Rate of change indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.rocp(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Rate of change Percentage: (price-prevPrice)/prevPrice first calculation step.
|
double[] |
IIndicators.rocp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Rate of change Percentage indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.rocp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Rate of change Percentage indicator for ticks or bars in the specified period.
|
double |
IIndicators.rocp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Rate of change Percentage indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.rocp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Rate of change Percentage indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.rocr(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Rate of change ratio: (price/prevPrice) first calculation step.
|
double[] |
IIndicators.rocr(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Rate of change ratio: (price/prevPrice) for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.rocr(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Rate of change ratio: (price/prevPrice) for ticks or bars in the specified period.
|
double |
IIndicators.rocr(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Rate of change ratio: (price/prevPrice) for a bar specified with the
shift parameter. |
double[] |
IIndicators.rocr(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Rate of change ratio: (price/prevPrice) for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.rocr100(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Rate of change ratio 100 scale: (price/prevPrice)*100 first calculation step.
|
double[] |
IIndicators.rocr100(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Rate of change ratio 100 scale indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.rocr100(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Rate of change ratio 100 scale indicator for ticks or bars in the specified period.
|
double |
IIndicators.rocr100(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Rate of change ratio 100 scale indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.rocr100(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Rate of change ratio 100 scale indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.rsi(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Relative Strength Index first calculation step.
|
double[] |
IIndicators.rsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Relative Strength Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.rsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Relative Strength Index for ticks or bars in the specified period.
|
double |
IIndicators.rsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Relative Strength Index for a bar specified with the
shift parameter. |
double[] |
IIndicators.rsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Relative Strength Index for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.rvi(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Relative Vigor Index first calculation step.
|
double[][] |
IIndicators.rvi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Relative Vigor Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.rvi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Relative Vigor Index for ticks or bars in the specified period.
|
double[] |
IIndicators.rvi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Relative Vigor Index for a bar specified with the
shift parameter. |
double[][] |
IIndicators.rvi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Relative Vigor Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.sar(IFeedDescriptor feedDescriptor,
OfferSide side,
double acceleration,
double maximum)
The Parabolic SAR first calculation step.
|
double[] |
IIndicators.sar(Instrument instrument,
Period period,
OfferSide side,
double acceleration,
double maximum,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Parabolic SAR indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.sar(Instrument instrument,
Period period,
OfferSide side,
double acceleration,
double maximum,
Filter filter,
long from,
long to)
Calculates the Parabolic SAR indicator for ticks or bars in the specified period.
|
double |
IIndicators.sar(Instrument instrument,
Period period,
OfferSide side,
double acceleration,
double maximum,
int shift)
Calculates the Parabolic SAR indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.sar(Instrument instrument,
Period period,
OfferSide side,
double acceleration,
double maximum,
long from,
long to)
Calculates the Parabolic SAR indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.sarExt(IFeedDescriptor feedDescriptor,
OfferSide side,
double startValue,
double offsetOnReverse,
double accelerationInitLong,
double accelerationLong,
double accelerationMaxLong,
double accelerationInitShort,
double accelerationShort,
double accelerationMaxShort)
The Parabolic SAR - Extended first calculation step.
|
double[] |
IIndicators.sarExt(Instrument instrument,
Period period,
OfferSide side,
double startValue,
double offsetOnReverse,
double accelerationInitLong,
double accelerationLong,
double accelerationMaxLong,
double accelerationInitShort,
double accelerationShort,
double accelerationMaxShort,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Parabolic SAR - Extended indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.sarExt(Instrument instrument,
Period period,
OfferSide side,
double startValue,
double offsetOnReverse,
double accelerationInitLong,
double accelerationLong,
double accelerationMaxLong,
double accelerationInitShort,
double accelerationShort,
double accelerationMaxShort,
Filter filter,
long from,
long to)
Calculates the Parabolic SAR - Extended indicator for ticks or bars in the specified period.
|
double |
IIndicators.sarExt(Instrument instrument,
Period period,
OfferSide side,
double startValue,
double offsetOnReverse,
double accelerationInitLong,
double accelerationLong,
double accelerationMaxLong,
double accelerationInitShort,
double accelerationShort,
double accelerationMaxShort,
int shift)
Calculates the Parabolic SAR - Extended indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.sarExt(Instrument instrument,
Period period,
OfferSide side,
double startValue,
double offsetOnReverse,
double accelerationInitLong,
double accelerationLong,
double accelerationMaxLong,
double accelerationInitShort,
double accelerationShort,
double accelerationMaxShort,
long from,
long to)
Calculates the Parabolic SAR - Extended indicator for ticks or bars in the specified period.
|
void |
IStopLossOrder.setPrice(double price,
OfferSide side)
Sets stop loss price.
|
void |
IStopLossOrder.setPrice(double price,
OfferSide side,
double trailingStep)
Sets stop loss price.
|
void |
IOrder.setStopLossPrice(double price,
OfferSide side)
Sets stop loss price.
|
void |
IOrder.setStopLossPrice(double price,
OfferSide side,
double trailingStep)
Sets stop loss price.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.sin(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric Sin first calculation step.
|
double[] |
IIndicators.sin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric Sin for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.sin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric Sin for ticks or bars in the specified period.
|
double |
IIndicators.sin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric Sin for a bar specified with the
shift parameter. |
double[] |
IIndicators.sin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric Sin for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.sinh(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric Sinh first calculation step.
|
double[] |
IIndicators.sinh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric Sinh for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.sinh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric Sinh for ticks or bars in the specified period.
|
double |
IIndicators.sinh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric Sinh for a bar specified with the
shift parameter. |
double[] |
IIndicators.sinh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric Sinh for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.sma(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Simple Moving Average first calculation step.
|
double[] |
IIndicators.sma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Simple Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.sma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Simple Moving Average for ticks or bars in the specified period.
|
double |
IIndicators.sma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Simple Moving Average for a bar specified with the
shift parameter. |
double[] |
IIndicators.sma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Simple Moving Average for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.smi(IFeedDescriptor feedDescriptor,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
int slowDPeriod,
int smoothingPeriod)
The Stochastic Momentum Index first calculation step.
|
double[][] |
IIndicators.smi(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
int slowDPeriod,
int smoothingPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Stochastic Momentum Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.smi(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
int slowDPeriod,
int smoothingPeriod,
Filter filter,
long from,
long to)
Calculates the Stochastic Momentum Index for ticks or bars in the specified period.
|
double[] |
IIndicators.smi(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
int slowDPeriod,
int smoothingPeriod,
int shift)
Calculates the Stochastic Momentum Index for a bar specified with the
shift parameter. |
double[][] |
IIndicators.smi(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
int slowDPeriod,
int smoothingPeriod,
long from,
long to)
Calculates the Stochastic Momentum Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.smma(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Smoothed Moving Average (SMMA) first calculation step.
|
double[] |
IIndicators.smma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Smoothed Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.smma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Smoothed Moving Average for ticks or bars in the specified period.
|
double |
IIndicators.smma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Smoothed Moving Average indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.smma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Smoothed Moving Average for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.sqrt(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Square Root first calculation step.
|
double[] |
IIndicators.sqrt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Square Root for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.sqrt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Square Root for ticks or bars in the specified period.
|
double |
IIndicators.sqrt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Square Root for a bar specified with the
shift parameter. |
double[] |
IIndicators.sqrt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Square Root for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.stdDev(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
double nbDev)
The Standard Deviation first calculation step.
|
double[] |
IIndicators.stdDev(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Standard Deviation for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.stdDev(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
Filter filter,
long from,
long to)
Calculates the Standard Deviation for ticks or bars in the specified period.
|
double |
IIndicators.stdDev(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
int shift)
Calculates the Standard Deviation for a bar specified with the
shift parameter. |
double[] |
IIndicators.stdDev(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
long from,
long to)
Calculates the Standard Deviation for ticks or bars in the specified period.
|
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<java.lang.Double,double[]> |
IIndicators.sub(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice2,
OfferSide side2)
The Vector Arithmetic Substraction first calculation step.
|
double[] |
IIndicators.sub(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Arithmetic Substraction for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.sub(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
Filter filter,
long from,
long to)
Calculates the Vector Arithmetic Substraction for ticks or bars in the specified period.
|
double |
IIndicators.sub(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int shift)
Calculates the Vector Arithmetic Substraction for a bar specified with the
shift parameter. |
double[] |
IIndicators.sub(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
long from,
long to)
Calculates the Vector Arithmetic Substraction for ticks or bars in the specified period.
|
void |
IContext.subscribeToBarsFeed(IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
IFinancialBarFeedListener listener)
Deprecated.
|
void |
IContext.subscribeToBarsFeed(Instrument instrument,
Period period,
OfferSide offerSide,
IBarFeedListener listener)
Subscribes passed listener on bars feed notification by passed instrument, period and offer side.
|
void |
IContext.subscribeToPointAndFigureFeed(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
ReversalAmount reversalAmount,
IPointAndFigureFeedListener listener)
|
void |
IContext.subscribeToRangeBarFeed(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
IRangeBarFeedListener listener)
|
void |
IContext.subscribeToRenkoBarFeed(Instrument instrument,
OfferSide offerSide,
PriceRange brickSize,
IRenkoBarFeedListener listener)
|
void |
IContext.subscribeToTickBarFeed(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
ITickBarFeedListener listener)
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.sum(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Summation first calculation step.
|
double[] |
IIndicators.sum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Summation for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.sum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Summation for ticks or bars in the specified period.
|
double |
IIndicators.sum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Summation for a bar specified with the
shift parameter. |
double[] |
IIndicators.sum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Summation for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.superTrend(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int atrPeriods,
double multiplier)
The Super Trend first calculation step.
|
double[][] |
IIndicators.superTrend(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int atrPeriods,
double multiplier,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Super Trend for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.superTrend(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int atrPeriods,
double multiplier,
Filter filter,
long from,
long to)
Calculates the Super Trend for ticks or bars in the specified period.
|
double[] |
IIndicators.superTrend(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int atrPeriods,
double multiplier,
int shift)
Calculates the Super Trend for a bar specified with the
shift parameter. |
double[][] |
IIndicators.superTrend(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int atrPeriods,
double multiplier,
long from,
long to)
Calculates the Super Trend for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.supportResistance(IFeedDescriptor feedDescriptor,
OfferSide side)
The Support and Resistance first calculation step.
|
double[][] |
IIndicators.supportResistance(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Support and Resistance indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.supportResistance(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Support and Resistance indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.supportResistance(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Support and Resistance indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.supportResistance(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Support and Resistance indicator for ticks or bars in the specified period.
|
void |
IClientChartPresentationManager.switchOfferSide(OfferSide offerSide)
Switches OfferSide
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.t3(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
double factor)
The Triple Exponential Moving Average (T3) first calculation step.
|
double[] |
IIndicators.t3(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double vFactor,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Triple Exponential Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.t3(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double vFactor,
Filter filter,
long from,
long to)
Calculates the Triple Exponential Moving Average for ticks or bars in the specified period.
|
double |
IIndicators.t3(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double vFactor,
int shift)
Calculates the Triple Exponential Moving Average for a bar specified with the
shift parameter. |
double[] |
IIndicators.t3(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double vFactor,
long from,
long to)
Calculates the Triple Exponential Moving Average for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.tan(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric Tan first calculation step.
|
double[] |
IIndicators.tan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric Tan for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.tan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric Tan for ticks or bars in the specified period.
|
double |
IIndicators.tan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric Tan for a bar specified with the
shift parameter. |
double[] |
IIndicators.tan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric Tan for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.tanh(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Vector Trigonometric Tanh first calculation step.
|
double[] |
IIndicators.tanh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vector Trigonometric Tanh for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.tanh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Vector Trigonometric Tanh for ticks or bars in the specified period.
|
double |
IIndicators.tanh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Vector Trigonometric Tanh for a bar specified with the
shift parameter. |
double[] |
IIndicators.tanh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Vector Trigonometric Tanh for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.tbop(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Thrust Outside Bar first calculation step.
|
double[] |
IIndicators.tbop(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Thrust Outside Bar indicator for a bar specified with the
shift parameter. |
IIndicatorCalculator<double[],double[][]> |
IIndicators.tbp(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Thrust Bar first calculation step.
|
double[] |
IIndicators.tbp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Thrust Bar indicator for a bar specified with the
shift parameter. |
IIndicatorCalculator<double[],double[][]> |
IIndicators.tcf(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Trend Continuation Factor first calculation step.
|
double[][] |
IIndicators.tcf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Trend Continuation Factor for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.tcf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Trend Continuation Factor for ticks or bars in the specified period.
|
double[] |
IIndicators.tcf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Trend Continuation Factor for a bar specified with the
shift parameter. |
double[][] |
IIndicators.tcf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Trend Continuation Factor for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.td_i(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Tom DeMark Indicator first calculation step.
|
double[][] |
IIndicators.td_i(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Tom DeMark Indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.td_i(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Tom DeMark Indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.td_i(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Tom DeMark Indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.td_i(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Tom DeMark Indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<int[],int[][]> |
IIndicators.td_s(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The TD Sequential first calculation step.
|
int[][] |
IIndicators.td_s(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the TD Sequential indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
int[][] |
IIndicators.td_s(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the TD Sequential indicator for ticks or bars in the specified period.
|
int[] |
IIndicators.td_s(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the TD Sequential indicator for a bar specified with the
shift parameter. |
int[][] |
IIndicators.td_s(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the TD Sequential indicator 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.tema(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Triple Exponential Moving Average first calculation step.
|
double[] |
IIndicators.tema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Triple Exponential Moving Average indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.tema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Triple Exponential Moving Average indicator for ticks or bars in the specified period.
|
double |
IIndicators.tema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Triple Exponential Moving Average indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.tema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Triple Exponential Moving Average indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ticksVWAP(IFeedDescriptor feedDescriptor,
OfferSide side)
The Volume Weighted Average Price first calculation step.
|
double[] |
IIndicators.ticksVWAP(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Volume Weighted Average Price for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ticksVWAP(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Volume Weighted Average Price for ticks or bars in the specified period.
|
double |
IIndicators.ticksVWAP(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Volume Weighted Average Price for a bar specified with the
shift parameter. |
double[] |
IIndicators.ticksVWAP(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Volume Weighted Average Price 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.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.trange(IFeedDescriptor feedDescriptor,
OfferSide side)
The True Range first calculation step.
|
double[] |
IIndicators.trange(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the True Range indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.trange(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the True Range indicator for ticks or bars in the specified period.
|
double |
IIndicators.trange(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the True Range indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.trange(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the True Range indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.trendEnv(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod,
double deviation)
The Trend Envelope first calculation step.
|
double[][] |
IIndicators.trendEnv(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
double deviation,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Trend Envelope indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.trendEnv(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
double deviation,
Filter filter,
long from,
long to)
Calculates the Trend Envelope indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.trendEnv(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
double deviation,
int shift)
Calculates the Trend Envelope indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.trendEnv(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
double deviation,
long from,
long to)
Calculates the Trend Envelope indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.trima(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Triangular Moving Average first calculation step.
|
double[] |
IIndicators.trima(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Triangular Moving Average indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.trima(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Triangular Moving Average indicator for ticks or bars in the specified period.
|
double |
IIndicators.trima(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Triangular Moving Average indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.trima(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Triangular Moving Average indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.trix(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA first calculation step.
|
double[] |
IIndicators.trix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.trix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA indicator for ticks or bars in the specified period.
|
double |
IIndicators.trix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.trix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.tsf(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Time Series Forecast first calculation step.
|
double[] |
IIndicators.tsf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Time Series Forecast indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.tsf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Time Series Forecast indicator for ticks or bars in the specified period.
|
double |
IIndicators.tsf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Time Series Forecast indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.tsf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Time Series Forecast indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.tsi(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int smoothingPeriods,
int doubleSmoothingPeriods,
int signalLinePeriods)
The True Strength Index first calculation step.
|
double[][] |
IIndicators.tsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int smoothingPeriods,
int doubleSmoothingPeriods,
int signalLinePeriods,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the True Strength Index indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.tsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int smoothingPeriods,
int doubleSmoothingPeriods,
int signalLinePeriods,
Filter filter,
long from,
long to)
Calculates the True Strength Index indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.tsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int smoothingPeriods,
int doubleSmoothingPeriods,
int signalLinePeriods,
int shift)
Calculates the True Strength Index indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.tsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int smoothingPeriods,
int doubleSmoothingPeriods,
int signalLinePeriods,
long from,
long to)
Calculates the True Strength Index indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.tvs(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Time Segmented Volume first calculation step.
|
double[] |
IIndicators.tvs(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Time Segmented Volume for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.tvs(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Time Segmented Volume for ticks or bars in the specified period.
|
double |
IIndicators.tvs(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Time Segmented Volume for a bar specified with the
shift parameter. |
double[] |
IIndicators.tvs(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Time Segmented Volume for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.typPrice(IFeedDescriptor feedDescriptor,
OfferSide side)
The Typical Price first calculation step.
|
double[] |
IIndicators.typPrice(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Typical Price for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.typPrice(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Typical Price for ticks or bars in the specified period.
|
double |
IIndicators.typPrice(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Typical Price for a bar specified with the
shift parameter. |
double[] |
IIndicators.typPrice(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Typical Price for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.ultOsc(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod1,
int timePeriod2,
int timePeriod3)
The Ultimate Oscillator first calculation step.
|
double[] |
IIndicators.ultOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
int timePeriod3,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Ultimate Oscillator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.ultOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
int timePeriod3,
Filter filter,
long from,
long to)
Calculates the Ultimate Oscillator for ticks or bars in the specified period.
|
double |
IIndicators.ultOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
int timePeriod3,
int shift)
Calculates the Ultimate Oscillator for a bar specified with the
shift parameter. |
double[] |
IIndicators.ultOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
int timePeriod3,
long from,
long to)
Calculates the Ultimate Oscillator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.var(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod,
double nbDev)
The Variance first calculation step.
|
double[] |
IIndicators.var(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Variance indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.var(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
Filter filter,
long from,
long to)
Calculates the Variance indicator for ticks or bars in the specified period.
|
double |
IIndicators.var(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
int shift)
Calculates the Variance indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.var(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
long from,
long to)
Calculates the Variance indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.vidya(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int cmoPeriods,
int vidyaPeriods)
The Chande's Variable Index Dynamic Average first calculation step.
|
double[] |
IIndicators.vidya(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int cmoPeriods,
int vidyaPeriods,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Chande's Variable Index Dynamic Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.vidya(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int cmoPeriods,
int vidyaPeriods,
Filter filter,
long from,
long to)
Calculates the Chande's Variable Index Dynamic Average for ticks or bars in the specified period.
|
double |
IIndicators.vidya(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int cmoPeriods,
int vidyaPeriods,
int shift)
Calculates the Chande's Variable Index Dynamic Average for a bar specified with the
shift parameter. |
double[] |
IIndicators.vidya(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int cmoPeriods,
int vidyaPeriods,
long from,
long to)
Calculates the Chande's Variable Index Dynamic Average for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.volume(IFeedDescriptor feedDescriptor,
OfferSide side)
The Volumes first calculation step.
|
double[] |
IIndicators.volume(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates volume for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.volume(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates volume for ticks or bars in the specified period.
|
double |
IIndicators.volume(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates volume for a bar specified with the
shift parameter. |
double[] |
IIndicators.volume(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates volume for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.volumeWAP(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Volume Weighted Average Price first calculation step.
|
double[] |
IIndicators.volumeWAP(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Volume Weighted Average Price for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.volumeWAP(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Volume Weighted Average Price for ticks or bars in the specified period.
|
double |
IIndicators.volumeWAP(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Volume Weighted Average Price for a bar specified with the
shift parameter. |
double[] |
IIndicators.volumeWAP(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Volume Weighted Average Price for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.volumeWAP2(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side)
The Volume Weighted Average Price first calculation step.
|
double[] |
IIndicators.volumeWAP2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Volume Weighted Average Price for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.volumeWAP2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
Filter filter,
long from,
long to)
Calculates the Volume Weighted Average Price for ticks or bars in the specified period.
|
double |
IIndicators.volumeWAP2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates the Volume Weighted Average Price for a bar specified with the
shift parameter. |
double[] |
IIndicators.volumeWAP2(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
Calculates the Volume Weighted Average Price for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.vortex(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Vortex indicator first calculation step.
|
double[][] |
IIndicators.vortex(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Vortex indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.vortex(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Vortex indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.vortex(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Vortex indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.vortex(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Vortex indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.vqi(IFeedDescriptor feedDescriptor,
OfferSide side,
int shortPeriod,
int longPeriod)
The Volatility Quality Index first calculation step.
|
double[][] |
IIndicators.vqi(Instrument instrument,
Period period,
OfferSide side,
int shortPeriod,
int longPeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Volatility Quality Index for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.vqi(Instrument instrument,
Period period,
OfferSide side,
int shortPeriod,
int longPeriod,
Filter filter,
long from,
long to)
Calculates the Volatility Quality Index for ticks or bars in the specified period.
|
double[] |
IIndicators.vqi(Instrument instrument,
Period period,
OfferSide side,
int shortPeriod,
int longPeriod,
int shift)
Calculates the Volatility Quality Index for a bar specified with the
shift parameter. |
double[][] |
IIndicators.vqi(Instrument instrument,
Period period,
OfferSide side,
int shortPeriod,
int longPeriod,
long from,
long to)
Calculates the Volatility Quality Index for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.waddahAttar(IFeedDescriptor feedDescriptor,
OfferSide side)
The Waddah Attar Trend first calculation step.
|
double[] |
IIndicators.waddahAttar(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Waddah Attar Trend indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.waddahAttar(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Waddah Attar Trend indicator for ticks or bars in the specified period.
|
double |
IIndicators.waddahAttar(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Waddah Attar Trend indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.waddahAttar(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Waddah Attar Trend indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.wclPrice(IFeedDescriptor feedDescriptor,
OfferSide side)
The Weighted Close Price first calculation step.
|
double[] |
IIndicators.wclPrice(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Weighted Close Price indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.wclPrice(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Weighted Close Price indicator for ticks or bars in the specified period.
|
double |
IIndicators.wclPrice(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Weighted Close Price indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.wclPrice(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Weighted Close Price indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.willr(IFeedDescriptor feedDescriptor,
OfferSide side,
int timePeriod)
The Williams' %R first calculation step.
|
double[] |
IIndicators.willr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Williams' %R indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.willr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Williams' %R indicator for ticks or bars in the specified period.
|
double |
IIndicators.willr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates the Williams' %R indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.willr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
Calculates the Williams' %R indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.wma(IFeedDescriptor feedDescriptor,
IIndicators.AppliedPrice appliedPrice,
OfferSide side,
int timePeriod)
The Weighted Moving Average first calculation step.
|
double[] |
IIndicators.wma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Weighted Moving Average for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.wma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
Filter filter,
long from,
long to)
Calculates the Weighted Moving Average for ticks or bars in the specified period.
|
double |
IIndicators.wma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates the Weighted Moving Average indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.wma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates the Weighted Moving Average for ticks or bars in the specified period.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.woodPivot(IFeedDescriptor feedDescriptor,
OfferSide side,
Period timePeriod)
Deprecated.
|
double[][] |
IIndicators.woodPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.woodPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.woodPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[][] |
IIndicators.woodPivot(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double[][] |
IIndicators.woodPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
|
double[][] |
IIndicators.woodPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
Filter filter,
long from,
long to)
|
double[] |
IIndicators.woodPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
int shift)
Deprecated.
|
double[][] |
IIndicators.woodPivot(Instrument instrument,
Period period,
OfferSide side,
Period timePeriod,
long from,
long to)
Deprecated.
|
IIndicatorCalculator<double[],double[][]> |
IIndicators.woodPivot2(IFeedDescriptor feedDescriptor,
OfferSide side)
The Woodie Pivot first calculation step.
|
double[][] |
IIndicators.woodPivot2(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the Woodie Pivot indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[][] |
IIndicators.woodPivot2(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the Woodie Pivot indicator for ticks or bars in the specified period.
|
double[] |
IIndicators.woodPivot2(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the Woodie Pivot indicator for a bar specified with the
shift parameter. |
double[][] |
IIndicators.woodPivot2(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the Woodie Pivot indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Object[],java.lang.Object[]> |
IIndicators.wsmTime(IFeedDescriptor feedDescriptor,
OfferSide side)
The World Stock Market Time first calculation step.
|
java.lang.Object[] |
IIndicators.wsmTime(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the World Stock Market Time indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
java.lang.Object[] |
IIndicators.wsmTime(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to)
Calculates the World Stock Market Time indicator for ticks or bars in the specified period.
|
java.lang.Object[] |
IIndicators.wsmTime(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates the World Stock Market Time indicator for a bar specified with the
shift parameter. |
java.lang.Object[] |
IIndicators.wsmTime(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Calculates the World Stock Market Time indicator for ticks or bars in the specified period.
|
IIndicatorCalculator<java.lang.Double,double[]> |
IIndicators.zigzag(IFeedDescriptor feedDescriptor,
OfferSide side,
int extDepth,
int extDeviation,
int extBackstep)
The ZigZag first calculation step.
|
double[] |
IIndicators.zigzag(Instrument instrument,
Period period,
OfferSide side,
int extDepth,
int extDeviation,
int extBackstep,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter)
Calculates the ZigZag indicator for bars specified with
numberOfCandlesBefore , time and numberOfCandlesAfter parameters. |
double[] |
IIndicators.zigzag(Instrument instrument,
Period period,
OfferSide side,
int extDepth,
int extDeviation,
int extBackstep,
Filter filter,
long from,
long to)
Calculates the ZigZag indicator for ticks or bars in the specified period.
|
double |
IIndicators.zigzag(Instrument instrument,
Period period,
OfferSide side,
int extDepth,
int extDeviation,
int extBackstep,
int shift)
Calculates the ZigZag indicator for a bar specified with the
shift parameter. |
double[] |
IIndicators.zigzag(Instrument instrument,
Period period,
OfferSide side,
int extDepth,
int extDeviation,
int extBackstep,
long from,
long to)
Calculates the ZigZag indicator for ticks or bars in the specified period.
|
Modifier and Type | Method and Description |
---|---|
OfferSide |
IFeedInfo.getOfferSide()
Deprecated.
Getter for offer side
|
OfferSide |
IFeedDescriptor.getOfferSide()
Getter for offer side
|
OfferSide |
FeedInfo.getOfferSide()
Deprecated.
Getter for offer side
|
OfferSide |
FeedDescriptor.getOfferSide()
Getter for offer side
|
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)
Deprecated.
|
IFeedInfo |
IFeedInfoProvider.createKagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide)
Deprecated.
Create Kagi feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createKagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount)
Deprecated.
Create Kagi feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createKagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession)
Deprecated.
Create Kagi feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createKagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
Create Kagi feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createKagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Deprecated.
Create Kagi feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide)
Deprecated.
Create Line Break feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession)
Deprecated.
Create Line Break feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
Create Line Break feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines)
Deprecated.
Create Line Break feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines,
Period basePeriod)
Deprecated.
Create Line Break feed info
|
IFeedInfo |
IFeedInfoProvider.createPointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide)
Deprecated.
Create Point and Figure feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createPointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod)
Deprecated.
Create Point and Figure feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createPointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Deprecated.
Create Point and Figure feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide)
Deprecated.
Create Range bar feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod)
Deprecated.
Create Range bar feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Deprecated.
Create Range bar feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide)
Deprecated.
Create Renko feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession)
Deprecated.
Create Renko feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
Create Renko feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Deprecated.
Create Renko feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createTickBarInfo(IFinancialInstrument financialInstrument,
TickBarSize tickBarSize,
OfferSide offerSide)
Deprecated.
Create Tick Bar info
|
IFeedInfo |
IFeedInfoProvider.createTickBarInfo(IFinancialInstrument financialInstrument,
TickBarSize tickBarSize,
OfferSide offerSide,
Period basePeriod)
Deprecated.
Create Tick Bar info
|
IFeedInfo |
IFeedInfoProvider.createTimePeriodFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession)
Deprecated.
Create Time Period feed info, default values are taken from:
|
IFeedInfo |
IFeedInfoProvider.createTimePeriodFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
Filter filter)
Deprecated.
Create Time Period feed info, default values are taken from:
|
void |
IFinancialBarFeedListener.onBar(IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
IBar bar)
Deprecated.
The method is being called when next Candle arrives
|
void |
IRangeBarFeedListener.onBar(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
IRangeBar bar)
Deprecated.
The method is being called when next Range Bar arrives
|
void |
IRenkoBarFeedListener.onBar(Instrument instrument,
OfferSide offerSide,
PriceRange brickSize,
IRenkoBar bar)
Deprecated.
The method is being called when next Renko Bar arrives
|
void |
IPointAndFigureFeedListener.onBar(Instrument instrument,
OfferSide offerSide,
PriceRange priceRange,
ReversalAmount reversalAmount,
IPointAndFigure bar)
Deprecated.
The method is being called when next Point and Figure arrives
|
void |
ITickBarFeedListener.onBar(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
ITickBar bar)
Deprecated.
The method is being called when next Tick Bar arrives
|
void |
IBarFeedListener.onBar(Instrument instrument,
Period period,
OfferSide offerSide,
IBar bar)
The method is being called when next Candle arrives
|
void |
IFeedInfo.setOfferSide(OfferSide offerSide)
Deprecated.
Setter for offer side
|
void |
IFeedDescriptor.setOfferSide(OfferSide offerSide)
Setter for offer side
|
void |
FeedInfo.setOfferSide(OfferSide offerSide)
Deprecated.
Setter for offer side
|
void |
FeedDescriptor.setOfferSide(OfferSide offerSide)
Setter for offer side
|
Constructor and Description |
---|
FeedDescriptor(DataType dataType,
Instrument instrument,
Period period,
OfferSide offerSide) |
FeedDescriptor(DataType dataType,
Instrument instrument,
Period period,
OfferSide offerSide,
PriceRange priceRange,
ReversalAmount reversalAmount,
TickBarSize tickBarSize,
Filter filter) |
FeedInfo(DataType dataType,
IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
PriceRange priceRange,
ReversalAmount reversalAmount,
TickBarSize tickBarSize,
Filter filter)
Deprecated.
|
Constructor and Description |
---|
KagiFeedDescriptor(Instrument instrument,
OfferSide offerSide)
Constructor, that uses minimal set of parameters.
|
KagiFeedDescriptor(Instrument instrument,
OfferSide offerSide,
PriceRange turnaroundAmount)
Constructor for Kagi data with static turnaround price in pips (turnaroundAmount), which uses default values for:
base period -
IFeedDescriptor.DEFAULT_BASE_PERIOD
creation point - CreationPoint.CLOSE
time session - Period.TICK
|
KagiFeedDescriptor(Instrument instrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession)
Constructor for Kagi data with static turnaround price in pips (turnaroundAmount), which uses default values for:
base period -
IFeedDescriptor.DEFAULT_BASE_PERIOD
creation point - CreationPoint.CLOSE
|
KagiFeedDescriptor(Instrument instrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint)
Constructor for Kagi data with static turnaround price in pips (turnaroundAmount), which uses default values for:
base period -
IFeedDescriptor.DEFAULT_BASE_PERIOD
|
KagiFeedDescriptor(Instrument instrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Constructor, that sets all the required fields.
|
KagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide)
Deprecated.
Constructor, that uses minimal set of parameters.
|
KagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount)
Deprecated.
Constructor for Kagi data with static turnaround price in pips (turnaroundAmount), which uses default values for:
base period -
IFeedDescriptor.DEFAULT_BASE_PERIOD
creation point - CreationPoint.CLOSE
time session - Period.TICK
|
KagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession)
Deprecated.
Constructor for Kagi data with static turnaround price in pips (turnaroundAmount), which uses default values for:
base period -
IFeedDescriptor.DEFAULT_BASE_PERIOD
creation point - CreationPoint.CLOSE
|
KagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
Constructor for Kagi data with static turnaround price in pips (turnaroundAmount), which uses default values for:
base period -
IFeedDescriptor.DEFAULT_BASE_PERIOD
|
KagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Deprecated.
Constructor, that sets all the required fields.
|
LineBreakFeedDescriptor(Instrument instrument,
OfferSide offerSide)
Constructor, that uses minimal set of parameters.
|
LineBreakFeedDescriptor(Instrument instrument,
OfferSide offerSide,
Period timeSession)
Constructor, that uses default values for:
creation point,
CreationPoint.CLOSE
number of look-back lines, LineBreakLookback.THREE_LINES ;
base period, IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedDescriptor(Instrument instrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Constructor, that uses default values for:
number of look-back lines,
LineBreakLookback.THREE_LINES ;
base period, IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedDescriptor(Instrument instrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines)
Constructor, that uses default values for:
base period,
IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedDescriptor(Instrument instrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines,
Period basePeriod)
Constructor, that sets all required fields.
|
LineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide)
Deprecated.
Constructor, that uses minimal set of parameters.
|
LineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession)
Deprecated.
Constructor, that uses default values for:
creation point,
CreationPoint.CLOSE
number of look-back lines, LineBreakLookback.THREE_LINES ;
base period, IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
Constructor, that uses default values for:
number of look-back lines,
LineBreakLookback.THREE_LINES ;
base period, IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines)
Deprecated.
Constructor, that uses default values for:
base period,
IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines,
Period basePeriod)
Deprecated.
Constructor, that sets all required fields.
|
PointAndFigureFeedDescriptor(Instrument instrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation
Base period is set to default (one week). |
PointAndFigureFeedDescriptor(Instrument instrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
PointAndFigureFeedDescriptor(Instrument instrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period timeSession,
CalculationMethod calculationMethod,
Period basePeriod)
Constructor, that sets all required fields.
|
PointAndFigureFeedDescriptor(Instrument instrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Deprecated.
Interpolation descriptor is not used for P&F calculation any more.
See
PointAndFigureFeedDescriptor.PointAndFigureFeedDescriptor(com.dukascopy.api.Instrument, com.dukascopy.api.PriceRange, com.dukascopy.api.ReversalAmount, com.dukascopy.api.OfferSide, com.dukascopy.api.Period, com.dukascopy.api.feed.CalculationMethod, com.dukascopy.api.Period) |
PointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation
Base period is set to default (one week). |
PointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
PointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Deprecated.
Constructor, that sets all required fields.
|
RangeBarFeedDescriptor(Instrument instrument,
PriceRange priceRange,
OfferSide offerSide)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation |
RangeBarFeedDescriptor(Instrument instrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
RangeBarFeedDescriptor(Instrument instrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Constructor, that sets all required fields.
|
RangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation |
RangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
RangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Deprecated.
Constructor, that sets all required fields.
|
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period basePeriod)
This constructor sets renko session to Period.TICK, renko creation point to
RenkoCreationPoint.CLOSE and renko type to RenkoType.REGULAR . |
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
This constructor sets base period to default (
IFeedDescriptor.DEFAULT_BASE_PERIOD ) and renko type to RenkoType.REGULAR . |
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
This constructor sets renko type to
RenkoType.REGULAR . |
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod,
RenkoType renkoType)
Constructor, that sets all required fields.
|
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period renkoSessionPeriod,
RenkoCreationPoint renkoCreationPoint)
Deprecated.
- use analog constructor, which takes CreationPoint instead of RenkoCreationPoint
|
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period renkoSessionPeriod,
RenkoCreationPoint renkoCreationPoint,
Period basePeriod)
Deprecated.
- use analog constructor, which takes CreationPoint instead of RenkoCreationPoint
|
RenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation
This constructor sets base period to default (IFeedDescriptor.DEFAULT_BASE_PERIOD ), renko session to Period.TICK and renko creation point to RenkoCreationPoint.CLOSE . |
RenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period basePeriod)
Deprecated.
This constructor sets renko session to Period.TICK and renko creation point to
RenkoCreationPoint.CLOSE . |
RenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
This constructor sets base period to default (
IFeedDescriptor.DEFAULT_BASE_PERIOD ) |
RenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Deprecated.
Constructor, that sets all required fields.
|
TickBarFeedDescriptor(Instrument instrument,
TickBarSize tickBarSize,
OfferSide offerSide)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
TickBarFeedDescriptor(Instrument instrument,
TickBarSize tickBarSize,
OfferSide offerSide,
Period basePeriod)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
TickBarFeedInfo(IFinancialInstrument financialInstrument,
TickBarSize tickBarSize,
OfferSide offerSide)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
TickBarFeedInfo(IFinancialInstrument financialInstrument,
TickBarSize tickBarSize,
OfferSide offerSide,
Period basePeriod)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
TimePeriodAggregationFeedDescriptor(Instrument instrument,
Period period,
OfferSide offerSide)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation |
TimePeriodAggregationFeedDescriptor(Instrument instrument,
Period period,
OfferSide offerSide,
Filter filter)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation |
TimePeriodAggregationFeedInfo(IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation |
TimePeriodAggregationFeedInfo(IFinancialInstrument financialInstrument,
Period period,
OfferSide offerSide,
Filter filter)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation |
Modifier and Type | Method and Description |
---|---|
OfferSide |
InputParameterInfo.getOfferSide()
Returns side of this input, or null if it was not set
|
OfferSide |
IIndicatorDrawingSupport.getOfferSide()
Return offer side of the chart or null if this is ticks chart
|
OfferSide |
IIndicatorContext.getOfferSide()
Deprecated.
Use
IIndicatorContext.getFeedDescriptor() .getOfferSide() instead |
OfferSide[] |
IIndicatorAppearanceInfo.getOfferSidesForTicks()
Returns offer sides - one for each output - that get used
when indicator gets plotted on the tick chart
|
Modifier and Type | Method and Description |
---|---|
void |
InputParameterInfo.setOfferSide(OfferSide side)
Sets side of this input.
|
Modifier and Type | Method and Description |
---|---|
void |
ITesterClient.setDataInterval(Period period,
OfferSide offerSide,
ITesterClient.InterpolationMethod interpolationMethod,
long from,
long to)
Sets the period to use for ticks generation and time interval when to start and end testing process.
|
Modifier and Type | Method and Description |
---|---|
OfferSide |
ITesterDataInterval.IInterpolation.getOfferSide() |
Modifier and Type | Method and Description |
---|---|
void |
ITesterChartController.switchOfferSide(OfferSide offerSide)
Switches OfferSide
|
Copyright © 2024. All rights reserved.