Strategies
Lifecycle, execution environment, and API for user strategies.
Purpose
To define the contract for user-defined trading strategies.
Canonical Content
A Strategy is a Python class inheriting from quanux.Strategy. It must implement on_bar and on_order hooks.