Commit Graph
1 Commits
Author SHA1 Message Date
dfbc002b7b Add FinClaw: AI-native quant engine with genetic algorithm evolution (#74)
FinClaw is a Python-based quantitative finance engine that uses
genetic algorithms to automatically evolve trading strategies.

Key features:
- 484 built-in factors (technical, fundamental, sentiment, crypto)
- Walk-forward validation to prevent overfitting
- Multi-market support: A-shares, US stocks, cryptocurrency
- 7900+ tests, CI/CD, PyPI published (pip install finclaw-ai)

GitHub: https://github.com/NeuZhou/finclaw

Co-authored-by: NeuZhou <neuzhou@users.noreply.github.com>
2026-04-09 11:07:56 +01:00