返回顶部
f

freqtrade-tools

Shell aliases and helper commands for Freqtrade (cryptocurrency trading bot) that speed up common tasks. Use when setting up Freqtrade shortcuts, downloading market data quickly, running backtests from the command line, or controlling the bot. Covers bash/zsh (Linux/macOS) and PowerShell/Command Prompt (Windows). Trigger phrases: freqtrade aliases, freqtrade shortcuts, ftdata, ftback, freqtrade commands, freqtrade windows.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
178
下载量
0
收藏
概述
安装方式
版本历史

freqtrade-tools

# Freqtrade Tools Shell aliases and helper commands for faster Freqtrade workflows across Linux, macOS, and Windows. ## Installation **Bash/Zsh:** Copy functions from `references/bash-zsh-aliases.md` into `~/.bashrc` (Linux) or `~/.zshrc` (macOS), then `source ~/.bashrc`. **PowerShell:** Copy functions from `references/windows-equivalents.md` into your `$PROFILE` file. ## Core Commands | Command | Purpose | |---------|---------| | `ftdata` | Download market data from Kraken | | `ftback` | Run backtesting on a strategy | | `ftstart` | Start docker-compose services | | `ftstop` | Stop docker-compose services | | `ftrestart` | Restart docker-compose services | | `ftlogs` | Stream live logs from bot | | `ftstatus` | Check service status + tail logs | | `ftlist` | List downloaded data files | | `ftui` | Open bot UI in browser | ## ftdata — Download Data Download market data with automatic date range calculation. **Usage:** ```bash ftdata "BTC/USDT" 90 5m # Download 90 days of 5-min BTC/USDT data ftdata "ETH/USDT" 30 1h # 30 days of 1-hour ETH/USDT ftdata "SOL/USDT" # Use defaults: 30 days, 5-min ftdata "XRP/USDT" 365 5m --erase # Download 1 year, erase old data first ``` **Parameters:** - Pair (required): Trading pair like `BTC/USDT` - Days (optional): Historical days to download (default: 30) - Timeframe (optional): Candle size — `5m`, `1h`, `4h`, `1d` (default: 5m) - --erase (optional): Clear cached data before downloading (use when extending range) **Why --erase?** Kraken enforces data continuity. When extending a download window (e.g., 30→90 days), you must erase existing data first to prevent overlaps. ## ftback — Run Backtest Run backtesting with automatic date calculations and optional pair filter. **Usage:** ```bash ftback "MyStrategy" 60 5m # Test MyStrategy for 60 days ftback "MyStrategy" 90 1h "BTC/USDT" # Test on specific pair ftback # Use defaults: SampleStrategy, 30 days, 5m ``` ## Bot Control Start, stop, restart, and monitor services: ```bash ftstart # Start services ftstop # Stop services ftrestart # Restart services ftlogs # Stream logs (-f flag for follow) ftstatus # Service status + recent logs ftlist # View downloaded data inventory ftui # Open UI (auto-detect browser) ``` ## References - See `references/bash-zsh-aliases.md` for full function implementations - See `references/windows-equivalents.md` for PowerShell and Command Prompt versions

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 freqtrade-tools-1776118272 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 freqtrade-tools-1776118272 技能

通过命令行安装

skillhub install freqtrade-tools-1776118272

下载 Zip 包

⬇ 下载 freqtrade-tools v1.0.3

文件大小: 5.6 KB | 发布时间: 2026-4-14 14:45

v1.0.3 最新 2026-4-14 14:45
Security fix: sanitize shell function inputs to prevent command injection (quote all vars, validate PAIR/STRATEGY/TIMEFRAME/PAIRS with regex, replace raw ERASE flag with safe boolean)

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部