Uses of Class
com.jfx.ErrUnknownSymbol

Packages that use ErrUnknownSymbol
com.jfx   
com.jfx.strategy   
 

Uses of ErrUnknownSymbol in com.jfx
 

Methods in com.jfx that throw ErrUnknownSymbol
 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.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.
 double MT4.marketInfo(java.lang.String symbol, MarketInfo type)
           
 boolean MT4.orderClose(int ticket, double lots, double price, int slippage, long arrowColor)
          Closes opened order.
 boolean MT4.orderCloseBy(int ticket, int opposite, long arrowColor)
          Closes an opened order by another opposite opened order.
 boolean MT4.orderDelete(int ticket, long arrowColor)
          Deletes previously opened pending order.
 boolean MT4.orderModify(int ticket, double price, double stoploss, double takeprofit, java.util.Date expiration, long arrowColor)
          Modification of characteristics for the previously opened position or pending orders.
 int MT4.orderSend(java.lang.String symbol, TradeOperation cmd, double volume, double price, int slippage, double stoploss, double takeprofit, java.lang.String comment, int magic, java.util.Date expiration, long arrowColor)
          The main function used to open a position or place a pending order.
 

Uses of ErrUnknownSymbol in com.jfx.strategy
 

Methods in com.jfx.strategy that throw ErrUnknownSymbol
 void DummyStrategy.init(java.lang.String symbol, int period, StrategyRunner strategyRunner)
           
 void MainStrategy.init(java.lang.String symbol, int period, StrategyRunner strategyRunner)
           
 void Strategy.init(java.lang.String symbol, int period, StrategyRunner strategyRunner)
           
 boolean Strategy.isTradeAllowed()
           
 



Copyright © 2008-2009 Roman Gerasimenko.