# Packages
No description provided by the author
# Functions
GetPluginInitializers returns initialized functions of indicator plugins.
No description provided by the author
RegisterPluginInitializer is used to register user-defined indicator plugins.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
IndicatorGetter is used by spd controller as indicator notifier to trigger update real spd.
IndicatorPlugin represent an implementation for indicator sources; each plugin will implement its own indicator-obtain logic and use IndicatorUpdater to set the latest indicator info.
IndicatorUpdater is used by IndicatorPlugin as a unified implementation to trigger indicator updating logic.
# Type aliases
No description provided by the author