|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OfferSide | |
---|---|
com.dukascopy.api |
Uses of OfferSide in com.dukascopy.api |
---|
Methods in com.dukascopy.api that return OfferSide | |
---|---|
OfferSide |
IChart.getSelectedOfferSide()
|
OfferSide |
IOrder.getStopLossSide()
Returns side that is used to check stop loss condition |
static OfferSide |
OfferSide.valueOf(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. |
Methods in com.dukascopy.api with parameters of type OfferSide | |
---|---|
double |
IIndicators.acos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates Vector Trigonometric ACos for bar specified with shift parameter. |
double[] |
IIndicators.acos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.ad(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates Chaikin A/D Line for bar specified with shift parameter. |
double[] |
IIndicators.ad(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
double |
IIndicators.add(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int shift)
Calculates Vector Arithmetic Add for bar specified with shift parameter. |
double[] |
IIndicators.add(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
long from,
long to)
|
double |
IIndicators.adOsc(Instrument instrument,
Period period,
OfferSide side,
int fastPeriod,
int slowPeriod,
int shift)
Calculates Chaikin A/D Oscillator for bar specified with shift parameter. |
double[] |
IIndicators.adOsc(Instrument instrument,
Period period,
OfferSide side,
int fastPeriod,
int slowPeriod,
long from,
long to)
|
double |
IIndicators.adx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates Average Directional Movement Index for bar specified with shift parameter. |
double[] |
IIndicators.adx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.adxr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates Average Directional Movement Index Rating for bar specified with shift parameter. |
double[] |
IIndicators.adxr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.apo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
int shift)
Calculates Absolute Price Oscillator for bar specified with 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)
|
double[] |
IIndicators.aroon(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates Aroon indicator for bar specified with shift parameter. |
double[][] |
IIndicators.aroon(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.aroonOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates Aroon Oscillator for bar specified with shift parameter. |
double[] |
IIndicators.aroonOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.asin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates Vector Trigonometric ASin for bar specified with shift parameter. |
double[] |
IIndicators.asin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.atan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
Calculates Vector Trigonometric ATan for bar specified with shift parameter. |
double[] |
IIndicators.atan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.atr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
Calculates Average True Range for bar specified with shift parameter. |
double[] |
IIndicators.atr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.avgPrice(Instrument instrument,
Period period,
OfferSide side,
int shift)
Calculates Average Price for bar specified with shift parameter. |
double[] |
IIndicators.avgPrice(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
double[] |
IIndicators.bbands(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDevUp,
double nbDevDn,
IIndicators.MaType maType,
int shift)
|
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)
|
double |
IIndicators.beta(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
int shift)
|
double[] |
IIndicators.beta(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
long from,
long to)
|
double |
IIndicators.bop(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
double[] |
IIndicators.bop(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] side,
String functionName,
IIndicators.AppliedPrice[] inputTypes,
Object[] optParams,
int shift)
This is universal function that allows to get values for any indicator available, including user indicators. |
Object[] |
IIndicators.calculateIndicator(Instrument instrument,
Period period,
OfferSide[] side,
String functionName,
IIndicators.AppliedPrice[] inputTypes,
Object[] optParams,
long from,
long to)
This is universal function that allows to get values for any indicator available, including user indicators. |
double |
IIndicators.cci(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.cci(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
int |
IIndicators.cdl2Crows(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdl2Crows(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdl3BlackCrows(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdl3BlackCrows(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdl3Inside(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdl3Inside(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdl3LineStrike(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdl3LineStrike(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdl3Outside(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdl3Outside(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdl3StarsInSouth(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdl3StarsInSouth(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdl3WhiteSoldiers(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdl3WhiteSoldiers(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlAbandonedBaby(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
|
int[] |
IIndicators.cdlAbandonedBaby(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
|
int |
IIndicators.cdlAdvanceBlock(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlAdvanceBlock(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlBeltHold(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlBeltHold(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlBreakAway(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlBreakAway(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlClosingMarubozu(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlClosingMarubozu(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlConcealBabySwall(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlConcealBabySwall(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlCounterattack(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlCounterattack(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlDarkCloudCover(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
|
int[] |
IIndicators.cdlDarkCloudCover(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
|
int |
IIndicators.cdlDoji(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlDoji(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlDojiStar(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlDojiStar(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlDragonflyDoji(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlDragonflyDoji(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlEngulfing(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlEngulfing(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlEveningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
|
int[] |
IIndicators.cdlEveningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
|
int |
IIndicators.cdlEveningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
|
int[] |
IIndicators.cdlEveningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
|
int |
IIndicators.cdlGapSideSideWhite(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlGapSideSideWhite(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlGravestoneDoji(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlGravestoneDoji(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlHammer(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlHammer(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlHangingMan(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlHangingMan(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlHarami(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlHarami(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlHaramiCross(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlHaramiCross(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlHighWave(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlHighWave(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlHikkake(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlHikkake(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlHikkakeMod(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlHikkakeMod(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlHomingPigeon(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlHomingPigeon(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlIdentical3Crows(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlIdentical3Crows(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlInNeck(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlInNeck(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlInvertedHammer(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlInvertedHammer(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlKicking(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlKicking(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlKickingByLength(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlKickingByLength(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlLadderBotton(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlLadderBotton(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlLongLeggedDoji(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlLongLeggedDoji(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlLongLine(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlLongLine(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlMarubozu(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlMarubozu(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlMatchingLow(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlMatchingLow(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlMathold(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
|
int[] |
IIndicators.cdlMathold(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
|
int |
IIndicators.cdlMorningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
|
int[] |
IIndicators.cdlMorningDojiStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
|
int |
IIndicators.cdlMorningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
int shift)
|
int[] |
IIndicators.cdlMorningStar(Instrument instrument,
Period period,
OfferSide side,
double penetration,
long from,
long to)
|
int |
IIndicators.cdlOnNeck(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlOnNeck(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlPiercing(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlPiercing(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlRickshawMan(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlRickshawMan(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlRiseFall3Methods(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlRiseFall3Methods(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlSeparatingLines(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlSeparatingLines(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlShootingStar(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlShootingStar(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlShortLine(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlShortLine(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlSpinningTop(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlSpinningTop(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlStalledPattern(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlStalledPattern(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlStickSandwich(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlStickSandwich(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlTakuri(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlTakuri(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlTasukiGap(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlTasukiGap(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlThrusting(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlThrusting(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlTristar(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlTristar(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlUnique3River(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlUnique3River(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlUpsideGap2Crows(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlUpsideGap2Crows(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
int |
IIndicators.cdlXsideGap3Methods(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
int[] |
IIndicators.cdlXsideGap3Methods(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
double |
IIndicators.ceil(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.ceil(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.cmo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.cmo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.correl(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
int shift)
|
double[] |
IIndicators.correl(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int timePeriod,
long from,
long to)
|
double |
IIndicators.cos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.cos(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.cosh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.cosh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.dema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.dema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.div(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int shift)
|
double[] |
IIndicators.div(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
long from,
long to)
|
double |
IIndicators.dx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.dx(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.ema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
Calculates Exponential Moving Average for bar specified with shift parameter. |
double[] |
IIndicators.ema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
Calculates Exponential Moving Average for ticks or bars in specified period. |
double |
IIndicators.exp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.exp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.floor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.floor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
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. |
List<IBar> |
IHistory.getBars(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
Returns bars for specified instrument, period and side. |
double |
IIndicators.ht_dcperiod(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.ht_dcperiod(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.ht_dcphase(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.ht_dcphase(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double[] |
IIndicators.ht_phasor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[][] |
IIndicators.ht_phasor(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double[] |
IIndicators.ht_sine(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[][] |
IIndicators.ht_sine(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.ht_trendline(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.ht_trendline(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
int |
IIndicators.ht_trendmode(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
int[] |
IIndicators.ht_trendmode(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
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,
long from,
long to)
|
double |
IIndicators.linearReg(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.linearReg(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.linearRegAngle(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.linearRegAngle(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.linearRegIntercept(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.linearRegIntercept(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.linearRegSlope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.linearRegSlope(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.ln(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.ln(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.log10(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.log10(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.ma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
int shift)
|
double[] |
IIndicators.ma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
IIndicators.MaType maType,
long from,
long to)
|
double[] |
IIndicators.macd(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
int signalPeriod,
int shift)
|
double[][] |
IIndicators.macd(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
int signalPeriod,
long from,
long to)
|
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)
|
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)
|
double[] |
IIndicators.macdFix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int signalPeriod,
int shift)
|
double[][] |
IIndicators.macdFix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int signalPeriod,
long from,
long to)
|
double[] |
IIndicators.mama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double fastLimit,
double slowLimit,
int shift)
|
double[][] |
IIndicators.mama(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
double fastLimit,
double slowLimit,
long from,
long to)
|
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)
|
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)
|
double |
IIndicators.max(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.max(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.medPrice(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
double[] |
IIndicators.medPrice(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
double |
IIndicators.mfi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.mfi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.midPoint(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.midPoint(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.midPrice(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.midPrice(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.min(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.min(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double[] |
IIndicators.minMax(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[][] |
IIndicators.minMax(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.minusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.minusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.minusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.minusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.mom(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.mom(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.mult(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int shift)
|
double[] |
IIndicators.mult(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
long from,
long to)
|
double |
IIndicators.natr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.natr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
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 |
double |
IIndicators.obv(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
OfferSide sideForPriceV,
int shift)
|
double[] |
IIndicators.obv(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
OfferSide sideForPriceV,
long from,
long to)
|
double |
IIndicators.plusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.plusDi(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.plusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.plusDm(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.ppo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
int shift)
|
double[] |
IIndicators.ppo(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int fastPeriod,
int slowPeriod,
IIndicators.MaType maType,
long from,
long to)
|
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. |
double |
IIndicators.roc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.roc(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.rocp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.rocp(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.rocr(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.rocr(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.rocr100(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.rocr100(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.rsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.rsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.sar(Instrument instrument,
Period period,
OfferSide side,
double acceleration,
double maximum,
int shift)
|
double[] |
IIndicators.sar(Instrument instrument,
Period period,
OfferSide side,
double acceleration,
double maximum,
long from,
long to)
|
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)
Note! |
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)
Note! |
void |
IOrder.setStopLoss(double price,
OfferSide side)
Deprecated. changed to setStopLossPrice |
void |
IOrder.setStopLoss(double price,
OfferSide side,
double trailingStep)
Deprecated. changed to setStopLossPrice |
void |
IOrder.setStopLossPrice(double price,
OfferSide side)
Sets stop loss price. |
void |
IOrder.setStopLossPrice(double price,
OfferSide side,
double trailingStep)
Sets stop loss price. |
double |
IIndicators.sin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.sin(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.sinh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.sinh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.sma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.sma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.sqrt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.sqrt(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.stdDev(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
int shift)
|
double[] |
IIndicators.stdDev(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
long from,
long to)
|
double[] |
IIndicators.stoch(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int slowKPeriod,
IIndicators.MaType slowKMaType,
int slowDPeriod,
IIndicators.MaType slowDMaType,
int shift)
|
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)
|
double[] |
IIndicators.stochF(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
int shift)
|
double[][] |
IIndicators.stochF(Instrument instrument,
Period period,
OfferSide side,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
long from,
long to)
|
double[] |
IIndicators.stochRsi(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int fastKPeriod,
int fastDPeriod,
IIndicators.MaType fastDMaType,
int shift)
|
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)
|
double |
IIndicators.sub(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
int shift)
|
double[] |
IIndicators.sub(Instrument instrument,
Period period,
OfferSide side1,
IIndicators.AppliedPrice appliedPrice1,
OfferSide side2,
IIndicators.AppliedPrice appliedPrice2,
long from,
long to)
|
double |
IIndicators.sum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.sum(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.t3(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double vFactor,
int shift)
|
double[] |
IIndicators.t3(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double vFactor,
long from,
long to)
|
double |
IIndicators.tan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.tan(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double |
IIndicators.tanh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int shift)
|
double[] |
IIndicators.tanh(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
long from,
long to)
|
double[] |
IIndicators.td_i(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[][] |
IIndicators.td_i(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.tema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.tema(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.trange(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
double[] |
IIndicators.trange(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
double |
IIndicators.trima(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.trima(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.trix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.trix(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.tsf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.tsf(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
double |
IIndicators.typPrice(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
double[] |
IIndicators.typPrice(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
double |
IIndicators.ultOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
int timePeriod3,
int shift)
|
double[] |
IIndicators.ultOsc(Instrument instrument,
Period period,
OfferSide side,
int timePeriod1,
int timePeriod2,
int timePeriod3,
long from,
long to)
|
double |
IIndicators.var(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
int shift)
|
double[] |
IIndicators.var(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
double nbDev,
long from,
long to)
|
double |
IIndicators.wclPrice(Instrument instrument,
Period period,
OfferSide side,
int shift)
|
double[] |
IIndicators.wclPrice(Instrument instrument,
Period period,
OfferSide side,
long from,
long to)
|
double |
IIndicators.willr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
int shift)
|
double[] |
IIndicators.willr(Instrument instrument,
Period period,
OfferSide side,
int timePeriod,
long from,
long to)
|
double |
IIndicators.wma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
int shift)
|
double[] |
IIndicators.wma(Instrument instrument,
Period period,
OfferSide side,
IIndicators.AppliedPrice appliedPrice,
int timePeriod,
long from,
long to)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |