← ClaudeAtlas

lib-freqtradelisted

freqtrade is a live-first crypto bot with the best bias detectors in the field and a backtester that assumes zero slippage always. TRIGGER - freqtrade, "freqtrade backtesting", freqtrade trade/hyperopt/download-data, lookahead-analysis, recursive-analysis, startup_candle_count, IStrategy, populate_indicators, populate_entry_trend, populate_exit_trend, custom_stoploss, stoploss_on_exchange, minimal_roi, trailing_stop, VolumePairList, StaticPairList, dry_run, dry_run_wallet, config.json, user_data/strategies, FreqAI, freqtrade GPL. Monthly YYYY.M releases have renamed the strategy callbacks repeatedly, so remembered method names are usually the old ones. SKIP for backtesting-engines, the skill for equity and futures bar engines. SKIP when the question is WHICH library to choose, or names no library at all - both belong to the domain skill.
howard-lynn-ye/fin-skills · ★ 1 · AI & Automation · score 77
Install: claude install-skill howard-lynn-ye/fin-skills
# freqtrade A live-first retail crypto bot that ships **the best bias-detection tooling in the entire domain** — and an optimistic backtester whose assumptions it is honest enough to publish in full. | | | |---|---| | pip / import | `freqtrade` — a CLI first (`freqtrade trade`, `backtesting`, `hyperopt`); strategies subclass `IStrategy` | | Version | 2026.8 (2026-08-31) · 98 releases · monthly `YYYY.M` scheme · repo pushed 2026-09-04 | | Licence | **GPL-3.0** (PyPI `GPLv3` + GitHub `spdx_id` agree) | | Python | `requires_python >=3.11` · pure-python wheel + sdist — installs cleanly on Windows | | Status | Very active. 54,007★ with only 23 open issues. Exchange layer is `ccxt`, so every ccxt venue quirk applies | **GPL-3.0 is the strongest copyleft in this catalog.** A strategy file freqtrade loads at runtime is one thing; **shipping a product built on freqtrade is another** — distribution obliges you to release source under the same terms. Internal and personal use is unaffected. If the deliverable is proprietary, use `jesse` (MIT) or build on `ccxt` directly. ## The trap that costs you money **Zero slippage. Always.** Every order fills at the requested price provided that price sits inside the candle's high/low. Real fees are charged (pulled from ccxt); **market impact is exactly zero**. On thin alts this is the single largest source of phantom P&L. Its twin: **stoploss exits fill exactly at the stoploss price, even when the candle's low was lower.** A gap straight thr