Class MovingAverageSimpleConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.technical.indicators.MovingAverageSimpleConstants

public final class MovingAverageSimpleConstants extends Object
Constants for the SimpleMovingAverageIndicator.
Version:
1.0.1
Author:
Stephen Prizio
  • Field Details

    • INPUT_PARAMETER_PERIOD

      public static final String INPUT_PARAMETER_PERIOD
      Name of the SMA input parameter for the lookback length (e.g., number of periods).
      See Also:
    • INPUT_PARAMETERS

      public static final List<IndicatorConfigurationValue> INPUT_PARAMETERS
      Declares the SMA input parameters and their expected Java types.

      Contains one parameter:

      • period — Integer lookback length.
    • OUTPUT_VALUE_MOVING_AVERAGE

      public static final String OUTPUT_VALUE_MOVING_AVERAGE
      Name of the SMA output series containing the computed moving average.
      See Also:
    • OUTPUT_VALUES

      public static final List<IndicatorConfigurationValue> OUTPUT_VALUES
      Declares the SMA output values and their Java types.

      Contains one output:

      • movingAverage — Double series.