Skip to content

Performance Reporting in Backtesting Framework

Date: 01-04-2024

This documentation outlines the Performance Reporting class for all trading strategies in the Qlib framework.

Performance Reporting 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-