Skip to content

Monte Carlo Analyzer in Backtesting Framework

Date: 01-04-2024

This documentation outlines the Monte Carlo Analyzer class for all trading strategies in the Qlib framework.

Monte Carlo Analyzer 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-