etf-grid-trading/ ├── config/ # 配置文件 │ ├── strategy_config.yaml # 策略配置 │ └── backtest_config.yaml # 回测配置 ├── data ...
A Python-powered Quant Hedge Fund System with automated data ingestion, backtesting, and trade execution using MLflow, Luigi, Prefect, and Interactive Brokers - Ashutosh0x/QuantHedgeFund ...