vietjovi / mimibot

Cryptocurrencies trading bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mimibot

Cryptocurrencies trading bot

Features:

  • Support multi exchanges by using ccxt library (tested on Binance only)
  • Auto scan and select symbol to trade
  • Three type of detecting signal:
    • HF: high frequency
    • TA: technical analysis
    • ML: machine learning
      (see more on code, there's no comments on code but it's readable though)
  • Real-time tracking Telegram bot
  • Statistic report web page

Installation:

  • Create Binance account
  • Create Binance API with trading permission
  • Deposit some
  • Install all needed python packages by using pip
  • Install redis
  • Edit config.ini
  • Add to crontab:
    • trainer.py: once a day
    • reporter.py: once an hour
    • detector.py and trader.py: each 15 minutes

Is it profitable?

  • Sometimes it is, sometimes it's not, I don't know why!? Let's improve the code.

Reference:

About

Cryptocurrencies trading bot

License:MIT License


Languages

Language:Python 100.0%