πChapter 8: Understanding tradeUI vs webserverUI in Freqtrade
β
Use Case Distinction
1. trade is the bot engine
trade is the bot enginefreqtrade trade \
--config user_data/config.json \
--strategy MyStrategy \
--dry-run2. webserver is the visualization interface
webserver is the visualization interface
π Relationship Summary
π§© Practical Advice (Docker Setup)
PreviousChapter 5: "How to Optimize Strategy Parameters? Freqtrade Hyperopt Quick Start"NextChapter 7: How to Set Up Freqtrade Web UI β Installation & Usage Guide
Last updated