This automated Trading Bot is based on the amazing Freqtrade one. It allows you to manage many Freqtrade fully Dockerized instances with ease. Each generated instance is accompagnated by its Freqtrade UI, automatically plugged to.
First, create a work directory, which will contain all required configurations, and go inside it, like this:
mkdir freqtrade-manager && cd freqtrade-manager
Now, just install, from your just-created Freqtrade Manager directory:
curl -sSL https://raw.githubusercontent.com/Ph3nol/Trading-Bot/master/install | sh
Coming...
Just use ./bot from your Freqtrade Manager directory.
./bot
./bot instances:status
./bot instances:stop
./bot trade

You want to support this project? You are using this project and you want to contribute? Feeling generous?
1MksZdEXqFwqNhEiPT5sLhgWijuCH42r9c0x3167ddc7a6b47a0af1ce5270e067a70b997fd313
git clone https://github.com/Ph3nol/trading-bot.git
cd trading-bot
# Configure your `example/` Freqtrade Manager folder
cd example
../bot
docker build -t ph3nol/freqtrade:latest -f docker/freqtrade/Dockerfile .
docker build -t ph3nol/freqtrade-ui:latest -f docker/freqtrade-ui/Dockerfile .
docker build -t ph3nol/freqtrade-manager:latest -f docker/manager/Dockerfile .
Content type
Image
Digest
Size
279.6 MB
Last updated
almost 5 years ago
docker pull ph3nol/freqtrade