Freqtrade Crypto Bot

Freqtrade Crypto Bot: Freqtrade Crypto Bot: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Freqtrade Crypto Bot skill for finance analytics + 回测. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project zvtvz/zvt and embeds 25 anti-pattern constraints. Visit doramagic.ai/r/freqtrade-crypto-bot for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-085

zvtvz/zvt6360a632 source files

Constraints

102total
77fatal
77 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

77 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing OHLCV data loading and storage

ACTIONUse exactly 6 columns in DEFAULT_DATAFRAME_COLUMNS order: date, open, high, low, close, volume

CONSEQUENCEDownstream components expect specific column positions; wrong column order causes indicator calculations to fail and produces incorrect trading signals

FATALdomain_rulefinance-C-002

WHENWhen loading OHLCV data with load_data or DataProvider.get_pair_dataframe

ACTIONReturn DataFrames with exactly the same column structure during both live and backtest modes

CONSEQUENCEStrategies that expect consistent OHLCV structure will fail silently or produce incorrect signals when column order differs between execution modes, causing live trading losses

FATALresource_boundaryfinance-C-007

WHENWhen configuring startup_candle_count for a strategy

ACTIONSet startup_candle_count higher than 5x the exchange's ohlcv_candle_limit

CONSEQUENCEStrategy startup validation throws ConfigurationError when required startup candles exceed 5x candle limit, preventing backtesting and live trading

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on zvtvz/zvt.