# Structs
https://hummingbot.org/strategy-configs/inventory-skew/ https://github.com/hummingbot/hummingbot/blob/31fc61d5e71b2c15732142d30983f3ea2be4d466/hummingbot/strategy/pure_market_making/inventory_skew_calculator.pyx.
ProfitFixer implements a trade-history-based profit fixer.
ProfitFixerConfig is used for fixing profitStats and position by re-playing the trade history.
go:generate callbackgen -type StatusCallbacks.
Strategy provides the core functionality that is required by a long/short strategy.