joaorafaelm / freqtrade-heroku

Setup freqtrade/freqUI on Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Setup freqtrade/freqUI on Heroku


Languages

Language:Jupyter Notebook 90.3%Language:Python 9.6%Language:Makefile 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%