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 ...
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 ...
A local MVP for researching mechanical futures strategies. This project does not promise profitability and does not place live trades. It is a strategy lab: Load OHLCV candle data. Load a mechanical ...