from src.backtest.rule_backtester import print_rule_ranking # noqa: E402 from src.backtest.rule_backtester import run_multi_symbol_rule_backtest # noqa: E402 from src.backtest.rule_backtester import ...
from mt5_lab.backtester import BacktestConfig, run_backtest # noqa: E402 from mt5_lab.metrics import compute_trade_metrics, metrics_to_serializable # noqa: E402 from mt5_lab.plotting import ( # noqa: ...
In Part 1, we completed the environment setup for Python + MT5 and the download of historical data. You now have 16 years of FX data on hand. This time, we will finally have AI build a backtest engine ...