Releases: ymcbzrgn/HydraQuant
Releases · ymcbzrgn/HydraQuant
HydraQuant v0.1.0-alpha
HydraQuant v0.1.0-alpha — First Public Release
AI-Powered Quantitative Crypto Trading Engine built on Freqtrade.
Highlights
- 64 AI modules — 25,032 lines of code
- 18 RAG types — largest open-source trading RAG implementation
- 10 autonomous agents with memory and track records
- Evidence Engine — LLM-free signal generation (~50ms, $0 cost)
- Dynamic-k sigmoid adaptive confidence synthesis
- 3-layer macro fallback — yfinance → Yahoo HTTP → FRED API
- Bayesian Kelly self-learning position sizing
- Graduated autonomy — L0 Backtest → L5 Full Auto
- 189 tests passing
Status
Alpha release — currently running on Bybit testnet. Not recommended for real capital deployment.
Quick Start
git clone https://github.com/ymcbzrgn/HydraQuant.git
cd HydraQuant
python -m venv .venv && source .venv/bin/activate
pip install -e . && pip install -r requirements/requirements-ai.txtSee README for full setup instructions.