Package com.strategyquant.tradinglib
Class WalkForwardPeriod
java.lang.Object
com.strategyquant.tradinglib.WalkForwardPeriod
- All Implemented Interfaces:
com.strategyquant.lib.settings.IXMLAble
The Class WalkForwardPeriod.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanThe future period.The optimization stat data.longThe optimize from.longThe optimize to.longThe run from.The run stat data.longThe run to.The test parameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.ElementgetXML()Gets the xml.voidsetFromXML(org.jdom2.Element element)Sets the from XML.
-
Field Details
-
optimizeFrom
public long optimizeFromThe optimize from. -
optimizeTo
public long optimizeToThe optimize to. -
runFrom
public long runFromThe run from. -
runTo
public long runToThe run to. -
futurePeriod
public boolean futurePeriodThe future period. -
testParameters
The test parameters. -
optimizationStatData
The optimization stat data. -
runStatData
The run stat data.
-
-
Constructor Details
-
WalkForwardPeriod
public WalkForwardPeriod()
-
-
Method Details
-
getXML
public org.jdom2.Element getXML()Gets the xml.- Specified by:
getXMLin interfacecom.strategyquant.lib.settings.IXMLAble- Returns:
- the xml
-
setFromXML
Sets the from XML.- Specified by:
setFromXMLin interfacecom.strategyquant.lib.settings.IXMLAble- Parameters:
element- the new from XML- Throws:
Exception- the exception
-