Sign inSign up

ph3nol/freqtrade

By ph3nol

Updated almost 5 years ago

Image
0

2.3K

ph3nol/freqtrade repository overview

Trading Bot - Freqtrade Manager

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.

Features

  • Fast & easy deploy 🚀
  • 1-line installation
  • Pairlist generation from Binance Markets (24h volume % based on) to improve pairs efficiency (other exchanges will come)
  • Unlimited instances configurations from 1 only YAML file
  • API endpoint and Freqtrade UI ports auto-generation and management
  • Many more is coming!

Installation

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

Some screenshots

Coming...

Usage

Just use ./bot from your Freqtrade Manager directory.

Commands
./bot
./bot instances:status
./bot instances:stop
./bot trade

Thanks

Thanks

You want to support this project? You are using this project and you want to contribute? Feeling generous?

  • BTC -> 1MksZdEXqFwqNhEiPT5sLhgWijuCH42r9c
  • ETH/USDT/... (or other ERC20 loving crypto) -> 0x3167ddc7a6b47a0af1ce5270e067a70b997fd313
  • Register to Binance following this sponsored link

Development

Development

Execute as a PHP project
git clone https://github.com/Ph3nol/trading-bot.git
cd trading-bot
# Configure your `example/` Freqtrade Manager folder
cd example
../bot
Build Docker images
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 .

Tag summary

Content type

Image

Digest

Size

279.6 MB

Last updated

almost 5 years ago

docker pull ph3nol/freqtrade