A simple algorithmic trading bot based on machine learning methods.
Clone the project and install the libraries in requirements.txt.
git clone https://github.com/kouzapo/altrobot.git
python3 setup.py install
pip3 install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details