Class WalkForwardPeriod

java.lang.Object
com.strategyquant.tradinglib.WalkForwardPeriod
All Implemented Interfaces:
com.strategyquant.lib.settings.IXMLAble

public class WalkForwardPeriod extends Object implements com.strategyquant.lib.settings.IXMLAble
The Class WalkForwardPeriod.
  • Field Details

    • optimizeFrom

      public long optimizeFrom
      The optimize from.
    • optimizeTo

      public long optimizeTo
      The optimize to.
    • runFrom

      public long runFrom
      The run from.
    • runTo

      public long runTo
      The run to.
    • futurePeriod

      public boolean futurePeriod
      The future period.
    • testParameters

      public String testParameters
      The test parameters.
    • optimizationStatData

      public SQStats optimizationStatData
      The optimization stat data.
    • runStatData

      public SQStats runStatData
      The run stat data.
  • Constructor Details

    • WalkForwardPeriod

      public WalkForwardPeriod()
  • Method Details

    • getXML

      public org.jdom2.Element getXML()
      Gets the xml.
      Specified by:
      getXML in interface com.strategyquant.lib.settings.IXMLAble
      Returns:
      the xml
    • setFromXML

      public void setFromXML(org.jdom2.Element element) throws Exception
      Sets the from XML.
      Specified by:
      setFromXML in interface com.strategyquant.lib.settings.IXMLAble
      Parameters:
      element - the new from XML
      Throws:
      Exception - the exception