Class MovingAverageExponentialConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.technical.indicators.MovingAverageExponentialConstants
Constants for the
ExponentialMovingAverageIndicator.- Version:
- 1.0.1
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the EMA input parameter for the lookback length (e.g., number of periods).static final List<IndicatorConfigurationValue> Declares the EMA input parameters and their expected Java types.static final StringName of the EMA output series containing the computed moving average.static final List<IndicatorConfigurationValue> Declares the EMA output values and their Java types. -
Method Summary
-
Field Details
-
INPUT_PARAMETER_PERIOD
Name of the EMA input parameter for the lookback length (e.g., number of periods).- See Also:
-
INPUT_PARAMETERS
Declares the EMA input parameters and their expected Java types.Contains one parameter:
period—Integerlookback length.
-
OUTPUT_VALUE_MOVING_AVERAGE
Name of the EMA output series containing the computed moving average.- See Also:
-
OUTPUT_VALUES
Declares the EMA output values and their Java types.Contains one output:
movingAverage—Doubleseries.
-