mirror of
https://github.com/wangzhe3224/awesome-systematic-trading.git
synced 2026-07-27 18:57:53 +00:00
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>
This commit is contained in:
@@ -96,6 +96,7 @@ And I count crypto as whole new category: [>> Click ME to Systematic Crypto](cry
|
||||
- [VARRD](https://github.com/augiemazza/varrd)   | `Python` | - AI-powered trading research platform that validates any trading idea with event studies, statistical tests, and real market data across 15,000+ instruments. CLI, Python SDK, and MCP server.
|
||||
- [InvicTrade](https://invictrade.com) - AI-powered trading signals with 74% historical win rate, combining strategies from legendary investors using multi-model AI intelligence.
|
||||
- [BullBear](https://github.com/DunkinGuys/bullbear)   | `TypeScript` | - Open-source AI agent stock trading battle platform. AI agents get $100K virtual cash, trade real US stock prices, and compete on a public leaderboard with social feed.
|
||||
- [FinClaw](https://github.com/NeuZhou/finclaw)   | `Python` | - AI-native quantitative finance engine with genetic algorithm strategy evolution. 484 built-in factors, walk-forward validation, multi-market support (A-shares, US, crypto). Strategies evolve themselves via GA — no manual parameter tuning needed.
|
||||
- [OpenFinClaw](https://github.com/cryptoSUN2049/openFinclaw)   | `TypeScript` | - AI-native systematic trading framework. Natural language strategy generation, multi-market execution (US/HK/CN/Crypto), self-evolving strategy pipeline with community leaderboard. Built on OpenClaw (68K+ stars).
|
||||
- [StockKit](https://stockkit.net/) ([GitHub](https://github.com/kentmswood-ui/stockkit)) | `TypeScript` | - Free AI-powered stock research reports delivered daily. Wall Street-grade analysis for US, China & HK stocks using Claude Opus and multi-model AI engine. 20+ technical indicators, automated email delivery.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user