investfly.models.indicator.IndicatorParamSpec
Parameter specification for a custom indicator.
@dataclass
class
IndicatorParamSpec:
Describe one accepted custom-indicator parameter.
Attributes:
- paramType: Required data type.
- required: Whether callers must supply the parameter.
- defaultValue: Suggested value used by authoring interfaces.
- options: Optional finite list of accepted values.
paramType: investfly.models.indicator.ParamType
Parameter Type (INTEGER, FLOAT, BOOLEAN, STRING, BARINTERVAL)