All Projects → joaorafaelm → freqtrade-heroku

joaorafaelm / freqtrade-heroku

Licence: other
Setup freqtrade/freqUI on Heroku

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to freqtrade-heroku

MoniGoMani
Isn't that what we all want? Our money to go many? Well that's what this framework/strategy hopes to do for you! By giving you & HyperOpt a lot of signals to alter the weights from.
Stars: ✭ 868 (+1671.43%)
Mutual labels:  freqtrade-strategies, freqtrade, freqtrade-ui
BB RPB TSL
A Trading strategy for the Freqtrade crypto bot.
Stars: ✭ 142 (+189.8%)
Mutual labels:  freqtrade-strategies, freqtrade
freqtrade
Automatically deploy freqtrade to a remote Docker host and auto update strategies.
Stars: ✭ 78 (+59.18%)
Mutual labels:  freqtrade
exchange-proxy
exchange-proxy
Stars: ✭ 88 (+79.59%)
Mutual labels:  freqtrade
binance-proxy
A websocket proxy written in GoLang, that caches the endpoints: klines, depth, ticker/24hr, and exchangeInfo. It resembles the Binance API behaviour. And has a primary usecase to eliminate ratelimits when querying the Binance API from a single IP.
Stars: ✭ 70 (+42.86%)
Mutual labels:  freqtrade
strato
Algorithmic crypto trading strategy
Stars: ✭ 40 (-18.37%)
Mutual labels:  freqtrade
freqtrade-gym
A customized gym environment for developing and comparing reinforcement learning algorithms in crypto trading.
Stars: ✭ 192 (+291.84%)
Mutual labels:  freqtrade
CoinBrowser
Coinbrowser is a pair selection tool for Freqtrade and a simple crypto trading-simulator
Stars: ✭ 25 (-48.98%)
Mutual labels:  freqtrade

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].