Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.54 KB

DecisionTree Regression

version CodeFactor python

Introduction

This personal project is based on a part of my trading robot to discover the learning machine. The raw decision tree algorithm now a decision tree regressor by machine learning.

A decision tree is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. It is one way to display an algorithm that only contains conditional control statements.

Screenshot

Features/ Roadmap

  • Based on Python 3.5.2: For botting on any operating system - Windows, macOS and Linux
  • Using Binance API: replace 'api_key' and 'secret_key' by yours in mybinance.py
  • 2D plotting with Matplotlib
  • Machine Learning - Predicting price: Decision Tree Regressor
  • Machine Learning - Buy/sell decision
  • Optimization of the choice of currency: Monte Carlo Rebalancing
  • Graphical interface
  • Dry-run: Run the bot without playing money.

Quick start

git clone https://github.com/tgey/DecisionTree.git
cd DecisionTree
python3 main.py <pair> [frequency]

Replace 'api_key' and 'secret_key' by yours in mybinance.py

For exemple:

python3 main.py ETHUSDT 60