Turn a trading idea or research paper into a runnable backtest.
Test whether a factor actually predicts returns using statistical checks that guard against overfitting.
Backtest a full trading strategy across A-share, Hong Kong, US, or crypto markets.
Get daily buy, sell, or hold signal emails from a validated strategy.
| transcend-0/vibequant | 1038lab/comfyui-agnes-ai | adityaarsharma/wordpress-malware-removal | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 4/5 | 2/5 | 3/5 |
| Audience | researcher | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Full experience needs an LLM API key configured, without one it falls back to a degraded keyword-rule mode.
VibeQuant is a research tool for people who test trading ideas on financial markets, sometimes called quantitative research or quant research. It is built in Python on top of an existing engine called akquant, and it lets you start from a rough idea, a research paper, a forum link, or a PDF, and turn that into a structured plan the tool can actually run. Once you feed it an idea, VibeQuant can extract the concept using a language model, or fall back to simple keyword rules if no model is configured. From there you can run one of two kinds of research: factor research, where you test mathematical expressions against market data to see if they predict returns, or strategy research, where you backtest a full trading approach using built in templates. Data comes from free sources covering Chinese, Hong Kong, US, and crypto markets, with automatic fallback between providers if one is unavailable. A central part of the project is being honest about how trustworthy a result really is. Every backtest gets checked with a statistical test that gets stricter the more times you have already tested factors on the same data, plus a check for whether a pattern holds up across different time periods rather than just one lucky stretch. The project is explicit that this is not the same as true out of sample testing. Results can be reviewed as a bilingual report in English and Chinese, refined further by asking follow up questions, or handed to the tool to iterate on automatically. A validated strategy can also be deployed to send daily buy, sell, or hold signal emails after market close, though the tool never places trades itself. The README states plainly that VibeQuant is meant for research and education, and that nothing it produces should be treated as investment advice.
A Python research tool that turns a trading idea, paper, or link into a tested factor or strategy, then reports how trustworthy the result really is.
Mainly Python. The stack also includes Python, FastAPI, akquant.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.