net.sourceforge.jasa.agent.strategy
Class EstimatedEPStrategy
java.lang.Object
AbstractStrategy
net.sourceforge.jasa.agent.strategy.AbstractTradingStrategy
net.sourceforge.jasa.agent.strategy.FixedQuantityStrategyImpl
net.sourceforge.jasa.agent.strategy.FixedDirectionStrategy
net.sourceforge.jasa.agent.strategy.EstimatedEPStrategy
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, FixedQuantityStrategy, TradingStrategy, MarketEventListener
public class EstimatedEPStrategy
- extends FixedDirectionStrategy
-
-
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
historicalDataReport
protected HistoricalDataReport historicalDataReport
perterb
protected double perterb
truthTeller
protected boolean truthTeller
truthTellingProbability
protected double truthTellingProbability
EstimatedEPStrategy
public EstimatedEPStrategy(AbstractTradingAgent agent)
EstimatedEPStrategy
public EstimatedEPStrategy()
eventOccurred
public void eventOccurred(MarketEvent event)
modifyShout
public boolean modifyShout(Order shout)
- Overrides:
modifyShout
in class FixedDirectionStrategy
onRoundClosed
public void onRoundClosed(Market auction)
estimatedBidQuote
protected double estimatedBidQuote()
estimatedAskQuote
protected double estimatedAskQuote()
getHistoricalDataReport
public HistoricalDataReport getHistoricalDataReport()
setHistoricalDataReport
public void setHistoricalDataReport(HistoricalDataReport historicalDataReport)