IndicatorDefinition
Technical indicator instance
type IndicatorDefinition {
id: String!
type: IndicatorType!
params: [IndicatorParamValue!]!
label: String
timeframe: String
}
Fields
IndicatorDefinition.id ● String! non-null scalar
IndicatorDefinition.type ● IndicatorType! non-null enum
IndicatorDefinition.params ● [IndicatorParamValue!]! non-null object
Parameter values for this indicator — use uiBuilderReference to determine expected types
IndicatorDefinition.label ● String scalar
IndicatorDefinition.timeframe ● String scalar
Optional informative timeframe to compute this indicator on. When null/absent the indicator runs on the strategy's primary timeframe. Non-primary values must appear in freqtradeConfig.informative_pairs[*].timeframes (auto-managed by the UI Builder save flow).
Member Of
RLBuilderConfig object ● UIBuilderConfig object