返回顶部
f

freqtrade-us-setup

Complete setup guide for running Freqtrade (cryptocurrency trading bot) legally in the United States. Use when setting up Freqtrade for the first time, choosing a US-compatible exchange, configuring API keys securely, or troubleshooting US-specific exchange issues. Covers Kraken setup, Docker configuration, API key security, and dry-run testing. Trigger phrases: freqtrade US, US exchanges freqtrade, freqtrade legal US, freqtrade Kraken setup, freqtrade docker config.

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

freqtrade-us-setup

# Freqtrade US Setup Guide > **⚠️ Security First:** This guide emphasizes legal, secure setup for US users. Never use VPNs to bypass exchange geo-restrictions — it violates ToS, risks fund freezes, and may be illegal. ## 1-Minute Intro Freqtrade (the Python bot) is legal in the US. The catch: many exchanges block US traders. **Use Kraken** — it's stable, US-compliant, and officially supported. ## Quick Start ### Step 1: Generate Kraken API Keys 1. Log into Kraken → Settings → API 2. Create a new key with these permissions **exactly**: - ✅ **Funds: Query** - ✅ **Orders: Query open orders & trades** - ✅ **Orders: Query closed orders & trades** - ✅ **Orders: Create & modify orders** - ✅ **Orders: Cancel & close orders** - ❌ **NEVER enable Withdraw** (critical security risk) ### Step 2: Docker Setup ```bash # Clone Freqtrade git clone https://github.com/freqtrade/freqtrade.git cd freqtrade # Create config (interactive wizard) docker-compose run --rm freqtrade new-config --config /freqtrade/user_data/config.json # When prompted: # - Exchange: kraken # - Stake currency: USDT (or USD) # - Dry-run: yes (always start paper trading!) ``` ### Step 3: Secure Your Keys Freqtrade uses a specific double-underscore env var pattern (`FREQTRADE__SECTION__KEY`) that overrides config values at runtime. Create a `.env` file in your Freqtrade directory: ```bash # Kraken API (required) FREQTRADE__EXCHANGE__KEY=your-kraken-api-key FREQTRADE__EXCHANGE__SECRET=your-kraken-secret # Web UI (optional) FREQTRADE__API_SERVER__USERNAME=your-username FREQTRADE__API_SERVER__PASSWORD=your-password FREQTRADE__API_SERVER__JWT__SECRET__KEY=your-jwt-secret FREQTRADE__API_SERVER__WS__TOKEN=your-ws-token # Telegram (optional — leave empty if not using) # Note: Multi-bot Telegram setup via env vars is unverified. # If you hit issues, consult Freqtrade docs for your specific setup. # Never hardcode sensitive tokens in files that could be committed to git. FREQTRADE__TELEGRAM__TOKEN= FREQTRADE__TELEGRAM__CHAT_ID= ``` **Add to `.gitignore` immediately:** ```bash echo ".env" >> .gitignore ``` In `user_data/config.json`, leave the exchange key and secret as **empty strings** — Freqtrade will populate them from the env vars automatically: ```json { "exchange": { "name": "kraken", "key": "", "secret": "", "ccxt_config": {}, "ccxt_async_config": {} }, "stake_currency": "USDT", "dry_run": true, "max_open_trades": 3 } ``` ### Step 4: Validate & Test ```bash # Download historical data docker-compose run --rm freqtrade download-data \ --pairs BTC/USDT ETH/USDT \ --timeframe 5m \ --timerange 20240101- # Run dry-run for 1-2 weeks before going live docker-compose up ``` ## Before Going Live 1. **Dry-run minimum:** 1-2 weeks of paper trading 2. **Backtest:** Verify your strategy works historically 3. **Start small:** Go live with a conservative stake amount 4. **Monitor:** Watch closely for first 24-48 hours ## When to Read References - **exchange-comparison.md** → Comparing Kraken, Binance.US, Coinbase - **security-checklist.md** → API key management, fund protection, common mistakes --- **Disclaimer:** Freqtrade is open-source, experimental software. Trading involves financial risk. This guide is provided as-is with no guarantees. Use at your own risk. **Questions?** See references/ or check Freqtrade's official docs at https://www.freqtrade.io

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 freqtrade-us-setup-1776121227 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 freqtrade-us-setup-1776121227 技能

通过命令行安装

skillhub install freqtrade-us-setup-1776121227

下载 Zip 包

⬇ 下载 freqtrade-us-setup v1.0.3

文件大小: 7.46 KB | 发布时间: 2026-4-14 10:05

v1.0.3 最新 2026-4-14 10:05
Fix: replace bare code blocks with ```text for consistent rendering

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

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

p2p_official_large
返回顶部