Skip to content

Cost Model in Backtesting Framework

Date: 01-04-2024

This documentation outlines the Cost Model class for all trading strategies in the Qlib framework.

Cost Model Class

It is used in [class BaseStrategy(ABC)]../docs/engine/base_class) class, which is an abstract base class for all trading strategies, providing shared utilities and structure.

-The rest will be added-