Support builtin and custom generate_signals strategies with SQLite persistence, exhaustive grid scans (VectorBT comb optimization for MA crossover), professional backtest/optimize UI, and split harvester/app requirements with BuildKit pip cache.
5 lines
156 B
Python
5 lines
156 B
Python
"""Backward-compatible exports."""
|
|
|
|
from engine import BacktestResult, load_ohlcv, run_backtest
|
|
|
|
__all__ = ["BacktestResult", "load_ohlcv", "run_backtest"]
|