What problem does it solve?
Enables researchers and traders to run repeatable, large-scale quantitative research workflows from data acquisition to backtesting, parameter optimization, signal scanning, and report generation without manual CLI orchestration.
Core Features & Use Cases
- Data Pull & Caching: Fetch OHLCV data from exchanges and store as Parquet for fast reuse and quality checks.
- Backtest & Batch Comparison: Run single and batch backtests across multiple strategies and symbols, rank by return and Sharpe, and support walk-forward validation.
- Parameter Sweep & Reporting: Perform grid/random sweeps to optimize parameters, compare to baseline, and generate JSON/Markdown/charts reports; useful for research, strategy selection, and pre-deployment validation.
- Safe Deployment Workflow: Support paper trading and gated live deployment requiring explicit confirmation to avoid accidental real-money execution.
Quick Start
Run a batch backtest comparing dca, ma_crossover, and grid on BTC/USDT and ETH/USDT for 30 days with JSON output using the clawquant CLI.