Uses of Class
com.jfx.Timeframe

Packages that use Timeframe
com.jfx   
 

Uses of Timeframe in com.jfx
 

Fields in com.jfx declared as Timeframe
static Timeframe Timeframe.PERIOD_D1
          1 Daily
static Timeframe Timeframe.PERIOD_DEFAULT
          Timeframe used on the chart.
static Timeframe Timeframe.PERIOD_H1
          1 hour
static Timeframe Timeframe.PERIOD_H4
          4 hour
static Timeframe Timeframe.PERIOD_M1
          1 minute
static Timeframe Timeframe.PERIOD_M15
          15 minutes
static Timeframe Timeframe.PERIOD_M30
          30 minutes
static Timeframe Timeframe.PERIOD_M5
          5 minutes
static Timeframe Timeframe.PERIOD_MN1
          Monthly
static Timeframe Timeframe.PERIOD_W1
          Weekly
 

Methods in com.jfx that return Timeframe
static Timeframe Timeframe.getTimeframe(int val)
           
 

Methods in com.jfx with parameters of type Timeframe
 double MT4.iAC(java.lang.String symbol, Timeframe timeframe, int shift)
          Calculates the Bill Williams' Accelerator/Decelerator oscillator.
 double MT4.iAD(java.lang.String symbol, Timeframe timeframe, int shift)
          Calculates the Accumulation/Distribution indicator and returns its value.
 double MT4.iADX(java.lang.String symbol, Timeframe timeframe, int period, AppliedPrice appliedPrice, ADXIndicatorLines mode, int shift)
          Calculates the Movement directional index and returns its value.
 double MT4.iAlligator(java.lang.String symbol, Timeframe timeframe, int jawPeriod, int jawShift, int teethPeriod, int teethShift, int lipsPeriod, int lipsShift, MovingAverageMethod maMethod, AppliedPrice appliedPrice, GatorMode mode, int shift)
          Calculates the Bill Williams' Alligator and returns its value.
 double MT4.iAO(java.lang.String symbol, Timeframe timeframe, int shift)
          Calculates the Bill Williams' Awesome oscillator and returns its value.
 double MT4.iATR(java.lang.String symbol, Timeframe timeframe, int period, int shift)
          Calculates the Indicator of the average true range and returns its value.
 double MT4.iBands(java.lang.String symbol, Timeframe timeframe, int period, int deviation, int bandsShift, AppliedPrice appliedPrice, BandsIndicatorLines mode, int shift)
          Calculates the Movement directional index and returns its value.
 int MT4.iBars(java.lang.String symbol, Timeframe timeframe)
          Returns the number of bars on the specified chart.
 int MT4.iBarShift(java.lang.String symbol, Timeframe timeframe, java.util.Date time, boolean exact)
          Search for bar by open time.
 double MT4.iBearsPower(java.lang.String symbol, Timeframe timeframe, int period, AppliedPrice appliedPrice, int shift)
          Calculates the Bears Power indicator and returns its value.
 double MT4.iBullsPower(java.lang.String symbol, Timeframe timeframe, int period, AppliedPrice appliedPrice, int shift)
          Calculates the Bulls Power indicator and returns its value.
 double MT4.iBWMFI(java.lang.String symbol, Timeframe timeframe, int shift)
          Calculates the Bill Williams Market Facilitation index and returns its value.
 double MT4.iCCI(java.lang.String symbol, Timeframe timeframe, int period, AppliedPrice appliedPrice, int shift)
          Calculates the Commodity channel index and returns its value.
 double MT4.iClose(java.lang.String symbol, Timeframe timeframe, int shift)
          Returns Close value for the bar of indicated symbol with timeframe and shift.
 double MT4.iCustom(java.lang.String symbol, Timeframe timeframe, java.lang.String name, int mode, int shift)
          Calculates the specified custom indicator and returns its value.
 double MT4.iDeMarker(java.lang.String symbol, Timeframe timeframe, int period, int shift)
          Calculates the DeMarker indicator and returns its value.
 double MT4.iEnvelopes(java.lang.String symbol, Timeframe timeframe, int maPeriod, MovingAverageMethod maMethod, int maShitf, AppliedPrice appliedPrice, double deviation, BandsIndicatorLines mode, int shift)
          Calculates the Envelopes indicator and returns its value.
 double MT4.iForce(java.lang.String symbol, Timeframe timeframe, int period, MovingAverageMethod maMethod, AppliedPrice appliedPrice, int shift)
          Calculates the Force index and returns its value.
 double MT4.iFractals(java.lang.String symbol, Timeframe timeframe, BandsIndicatorLines mode, int shift)
          Calculates the Fractals and returns its value.
 double MT4.iGator(java.lang.String symbol, Timeframe timeframe, int jawPeriod, int jawShift, int teethPeriod, int teethShift, int lipsPeriod, int lipsShift, MovingAverageMethod maMethod, AppliedPrice appliedPrice, GatorMode mode, int shift)
          Gator oscillator calculation.
 double MT4.iHigh(java.lang.String symbol, Timeframe timeframe, int shift)
          Returns High value for the bar of indicated symbol with timeframe and shift.
 int MT4.iHighest(java.lang.String symbol, Timeframe timeframe, Series type, int count, int start)
          Returns the shift of the maximum value over a specific number of periods depending on type.
 double MT4.iIchimoku(java.lang.String symbol, Timeframe timeframe, int tenkan_sen, int kijun_sen, int senkou_span_b, IchimokuSource mode, int shift)
          Calculates the Ichimoku Kinko Hyo and returns its value.
 double MT4.iLow(java.lang.String symbol, Timeframe timeframe, int shift)
          Returns Low value for the bar of indicated symbol with timeframe and shift.
 int MT4.iLowest(java.lang.String symbol, Timeframe timeframe, Series type, int count, int start)
          Returns the shift of the least value over a specific number of periods depending on type.
 double MT4.iMA(java.lang.String symbol, Timeframe timeframe, int period, int maShift, MovingAverageMethod maMethod, AppliedPrice appliedPrice, int shift)
          Calculates the Moving average indicator and returns its value.
 double MT4.iMACD(java.lang.String symbol, Timeframe timeframe, int fastEMAPeriod, int slowEMAPeriod, int signalPeriod, AppliedPrice appliedPrice, MACDIndicatorLines mode, int shift)
          Calculates the Moving averages convergence/divergence and returns its value.
 double MT4.iMFI(java.lang.String symbol, Timeframe timeframe, int period, int shift)
          Calculates the Money flow index and returns its value.
 double MT4.iMomentum(java.lang.String symbol, Timeframe timeframe, int period, AppliedPrice appliedPrice, int shift)
          Calculates the Momentum indicator and returns its value.
 double MT4.iOBV(java.lang.String symbol, Timeframe timeframe, AppliedPrice appliedPrice, int shift)
          Calculates the On Balance Volume indicator and returns its value.
 double MT4.iOpen(java.lang.String symbol, Timeframe timeframe, int shift)
          Returns Open value for the bar of indicated symbol with timeframe and shift.
 double MT4.iOsMA(java.lang.String symbol, Timeframe timeframe, int fastEMAPeriod, int slowEMAPeriod, int signalPeriod, AppliedPrice appliedPrice, int shift)
          Calculates the Moving Average of Oscillator and returns its value.
 double MT4.iRSI(java.lang.String symbol, Timeframe timeframe, int period, AppliedPrice appliedPrice, int shift)
          Calculates the Relative strength index and returns its value.
 double MT4.iRVI(java.lang.String symbol, Timeframe timeframe, int period, MACDIndicatorLines mode, int shift)
          Calculates the Relative Vigor index and returns its value.
 double MT4.iSAR(java.lang.String symbol, Timeframe timeframe, double step, double maximum, int shift)
          Calculates the Parabolic Stop and Reverse system and returns its value.
 double MT4.iStdDev(java.lang.String symbol, Timeframe timeframe, int maPeriod, int maShift, MovingAverageMethod maMethod, AppliedPrice appliedPrice, int shift)
          Calculates the Standard Deviation indicator and returns its value.
 double MT4.iStochastic(java.lang.String symbol, Timeframe timeframe, int kPeriod, int dPeriod, int slowing, MovingAverageMethod maMethod, int priceField, MACDIndicatorLines mode, int shift)
          Calculates the Stochastic oscillator and returns its value.
 java.util.Date MT4.iTime(java.lang.String symbol, Timeframe timeframe, int shift)
          Returns Time value for the bar of indicated symbol with timeframe and shift.
 double MT4.iVolume(java.lang.String symbol, Timeframe timeframe, int shift)
          Returns Tick Volume value for the bar of indicated symbol with timeframe and shift.
 double MT4.iWPR(java.lang.String symbol, Timeframe timeframe, int period, int shift)
          Calculates the Larry William's percent range indicator and returns its value.
 int MT4.windowHandle(java.lang.String symbol, Timeframe timeframe)
          Returns the system window handler containing the given chart.
 



Copyright © 2008-2009 Roman Gerasimenko.