Freqtrade Heroku Save

Setup freqtrade/freqUI on Heroku

Project README

UNMAINTAINED - REPO MOVED TO https://github.com/p-zombie/freqtrade

Creating the app

git clone https://github.com/joaorafaelm/freqtrade.git && cd freqtrade
heroku update beta
heroku plugins:install @heroku-cli/plugin-manifest
heroku create --manifest
heroku labs:enable runtime-dyno-metadata
heroku addons:create securekey
heroku dyno:scale web=1

Set environment variables

# example: heroku config:set KEY=value
TELEGRAM_TOKEN_LIVE=bot token
TELEGRAM_CHAT_ID_LIVE=chat id
EXCHANGE_NAME=binance
EXCHANGE_KEY=your key
EXCHANGE_SECRET=your secret
LIVE_STRATEGY=SMAOffsetV2
# UI credentials
USERNAME=admin
PASSWORD=admin

Deploying

git push heroku master

Open FreqUI

heroku open

Edit Procfile to add or remove bots.

Open Source Agenda is not affiliated with "Freqtrade Heroku" Project. README Source: joaorafaelm/freqtrade-heroku
Stars
54
Open Issues
2
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating