Class MovingAverageExponentialConstants

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

public final class MovingAverageExponentialConstants extends Object
Version:
1.0.1
Author:
Stephen Prizio
  • Field Details

    • INPUT_PARAMETER_PERIOD

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

      public static final List<IndicatorConfigurationValue> INPUT_PARAMETERS
      Declares the EMA 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 EMA output series containing the computed moving average.
      See Also:
    • OUTPUT_VALUES

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

      Contains one output:

      • movingAverage — Double series.