Download and install Anaconda Project
Instalar dependências se necessário
NUMPY
~$ pip install numpy
PANDAS
~$ pip install pandas
PYTHON-BINANCE
~$ pip install python-binance
Download
~$ git clone https://github.com/datacryptoanalytics/bot.git
~$ cd bot
Treinar algoritmo
~$ python treinamento-algoritmo.py
Iniciar Trading
~$ python trading-algoritmo.py
Parar Trading
~$ CTRL + C