Skip to main content

Module indicator_config

Module indicator_config 

Source
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§

IndicatorConfig
All tunable parameters that live inside indicators and compute_signal. Every field maps 1-to-1 to a key in the Python SETTINGS dict so Optuna-tuned JSON files load with zero field renaming.