项目作者: kouzapo

项目描述 :
A simple algorithmic trading bot based on machine learning methods.
高级语言: Python
项目地址: git://github.com/kouzapo/altrobot.git
创建时间: 2019-10-08T14:08:10Z
项目社区:https://github.com/kouzapo/altrobot

开源协议:MIT License

下载


AltroBot

  • Algorithmic trading bot for the stock market.
  • Utilizes ML/DL methods for predictions.
  • Exploring various trading strategies in order to maximize profitability.

Installing

Clone the project and install the libraries in requirements.txt.

  1. git clone https://github.com/kouzapo/altrobot.git
  2. python3 setup.py install
  3. pip3 install -r requirements.txt

Authors

  • Apostolos A. Kouzoukos - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details