Documentation of 'org.encog.app.quant.indicators.predictive.BestClose' Java class
BestClose
org.encog.app.quant.indicators.predictive

Class BestClose



  • public class BestClose
    extends Indicator
    Get the best close.
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        The name of this indicator.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BestClose

        public BestClose(int thePeriods,
                         boolean output)
        Construct the object.
        Parameters:
        thePeriods - The number of periods.
        output - True, if this indicator is to be predicted.
    • Method Detail

      • calculate

        public final void calculate(java.util.Map<java.lang.String,BaseCachedColumn> data,
                                    int length)
        Calculate the indicator.
        Specified by:
        calculate in class Indicator
        Parameters:
        data - The data available to the indicator.
        length - The length available to the indicator.
      • getPeriods

        public final int getPeriods()
        Specified by:
        getPeriods in class Indicator
        Returns:
        The number of periods.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.