com.jfx.strategy
Class DummyStrategy

java.lang.Object
  extended by com.jfx.MT4
      extended by com.jfx.strategy.Strategy
          extended by com.jfx.strategy.DummyStrategy

public class DummyStrategy
extends Strategy

Created by IntelliJ IDEA. User: roman Date: 22/5/2009 Time: 15:43:13


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jfx.strategy.Strategy
Strategy.Instrument
 
Field Summary
 
Fields inherited from class com.jfx.strategy.Strategy
groups, groupsMap, instruments, symbols
 
Constructor Summary
DummyStrategy()
           
 
Method Summary
 void coordinate()
           
 void init(java.lang.String symbol, int period, StrategyRunner strategyRunner)
           
 
Methods inherited from class com.jfx.strategy.Strategy
close, connect, deinit, disconnect, getInstruments, getPeriod, getSlippage, getStrategy, getSymbol, getSymbols, isAlive, isReconnect, isTradeAllowed, removeStrategy, setMt4Password, setMt4Server, setMt4User, setReconnect, setTermServerHost, setTermServerPort
 
Methods inherited from class com.jfx.MT4
accountBalance, accountCompany, accountCredit, accountCurrency, accountEquity, accountFreeMargin, accountMargin, accountName, accountNumber, accountProfit, accountStopoutLevel, accountStopoutMode, comment, day, dayOfWeek, dayOfYear, getLastError, getStrategyRunner, getTickCount, hour, iAC, iAD, iADX, iAlligator, iAO, iATR, iBands, iBars, iBarShift, iBearsPower, iBullsPower, iBWMFI, iCCI, iClose, iCustom, iDeMarker, iEnvelopes, iForce, iFractals, iGator, iHigh, iHighest, iLow, iLowest, iMA, iMACD, iMFI, iMomentum, iOBV, iOpen, iOsMA, iRSI, iRVI, iSAR, isConnected, isDemo, iStdDev, isTesting, iStochastic, isTradeContextBusy, isVisualMode, iTime, iVolume, iWPR, marketInfo, minute, month, objectCreate, objectCreate, objectCreate, objectDelete, objectGet, objectGetFiboDescription, objectSet, objectSetFiboDescription, objectSetText, objectsTotal, objectType, orderClose, orderCloseBy, orderClosePrice, orderCloseTime, orderComment, orderCommission, orderDelete, orderExpiration, orderLots, orderMagicNumber, orderModify, orderOpenPrice, orderOpenTime, orderPrint, orderProfit, orderSelect, orderSend, ordersHistoryTotal, orderStopLoss, ordersTotal, orderSwap, orderSymbol, orderTakeProfit, orderTicket, orderType, print, refreshRates, seconds, setOrdersProcessingChannel, setStrategyRunner, timeCurrent, year
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyStrategy

public DummyStrategy()
Method Detail

init

public void init(java.lang.String symbol,
                 int period,
                 StrategyRunner strategyRunner)
          throws ErrUnknownSymbol,
                 java.io.IOException
Overrides:
init in class Strategy
Throws:
ErrUnknownSymbol
java.io.IOException

coordinate

public void coordinate()
Specified by:
coordinate in class Strategy


Copyright © 2008-2009 Roman Gerasimenko.