Commit graph

3 commits

Author SHA1 Message Date
epistemophiliac
adbbf64d41 Fix streamlit Docker build missing requirements-harvester.txt.
Copy both requirements files into the image so pip can resolve the -r include in requirements-app.txt.
2026-06-19 12:21:30 -04:00
epistemophiliac
627b2326df Add Python strategy engine, parameter optimization, and faster Docker builds.
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.
2026-06-19 01:29:28 -04:00
epistemophiliac
b5db15d6ab Initial QuantTrade stack for Coolify deployment.
Streamlit + VectorBT dashboard, Parquet harvester with nightly cron, Authentik header auth, SQLite strategy persistence, and Bugsink telemetry.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 00:46:51 -04:00