Hacker News 👾
Назад к новостям
2
jaimin6715.04.26 05:13

Finny – describe a trading strategy in plain English, get backtested algo code

Источник
Комментарии
1

jaimin67
15.04.26 05:13

I got frustrated with the loop of: have a strategy idea → spend hours writing boilerplate → realize the logic is broken → start over.So I built Finny — a terminal agent (Claude Code, for financial markets). You describe what you want, it generates a validated Python strategy, and you backtest it immediately against historical data.I've built 3-4 algorithms with it myself. They're currently live, and I'm sitting at +2.3% net this week.Three agent modes: Build (generates immediately), Research (analyzes first), Chat (Q&A). Tab to switch mid-session. Supports any asset yfinance covers — crypto, stocks, ETFs. BYOK — Anthropic, OpenAI, Google, or local models.npm i -g finny && finnyHappy to answer questions about the architecture or validation layer. Still early, curious what strategies people would throw at it.GitHub: https://github.com/Jaiminp007/finny