Expand description
IndicatorConfig — the indicator-math subset of BotSettings.
Pure configuration: no I/O, no runtime, no exchange types.
This struct is what compute_signal and all indicator constructors need.
Structs§
- Indicator
Config - All tunable parameters that live inside indicators and
compute_signal. Every field maps 1-to-1 to a key in the PythonSETTINGSdict so Optuna-tuned JSON files load with zero field renaming.