Class CorrelationSettings

java.lang.Object
com.strategyquant.tradinglib.correlation.CorrelationSettings
All Implemented Interfaces:
Serializable

public class CorrelationSettings extends Object implements Serializable
See Also:
Serialized Form
  • Field Details

    • maxCorrelation

      public double maxCorrelation
    • correlationType

      public CorrelationType correlationType
    • correlationPeriod

      public int correlationPeriod
    • allowNegativeCorrelation

      public boolean allowNegativeCorrelation
    • addEmptyPeriods

      public boolean addEmptyPeriods
  • Constructor Details

    • CorrelationSettings

      public CorrelationSettings()
  • Method Details

    • loadFromXml

      public void loadFromXml(org.jdom2.Element el) throws Exception
      Throws:
      Exception