📘Chapter 1: "Freqtrade Common Commands Guide – Master Crypto Trading Bot Operations in One Article"
🎯 Command Structure Overview
freqtrade <subcommand> [options]📦 Quick Command Classification
Category
Example Commands
Overview
🚀 1. Live and Dry-Run Trading Commands
trade – Start the trading bot (live or dry-run)
trade – Start the trading bot (live or dry-run)📥 2. Data Downloading and Processing Commands
download-data – Download historical market data
download-data – Download historical market dataconvert-data – Convert data format (CSV → JSON)
convert-data – Convert data format (CSV → JSON)🧪 3. Strategy Development and Backtesting Commands
new-strategy – Create a strategy template
new-strategy – Create a strategy templatebacktesting – Backtest strategy performance
backtesting – Backtest strategy performancehyperopt – Parameter optimization
hyperopt – Parameter optimization📊 4. Data Visualization Command
plot-dataframe – Visualize strategy behavior in charts
plot-dataframe – Visualize strategy behavior in charts⚙️ 5. Configuration and Project Initialization Commands
new-config – Create a configuration file
new-config – Create a configuration filecreate-userdir – Initialize project structure
create-userdir – Initialize project structure🔍 6. Query and Utility Commands
Command
Description
✅ Commands to Master for Daily Use
🐳 Running Commands in Docker
📌 Summary
PreviousChapter 6: "Show and Tell! plot-dataframe Chart Visualization Tutorial"NextChapter 4: "How to Reliably Test Strategies? Complete Guide to Freqtrade Backtesting Command"
Last updated