/Trady

Primary LanguagePython

Trady

This project is a machine learning example for forex prediction using RandomForestClassifier.

Disclaimer : 50% of the time it works every time.

How to make predictions ?

  1. Download the currency pair you want to predict
  2. Generate features using generator.py. You may add more features this way :
...
data['cci'] = trend.cci(data['bidhigh'], data['bidlow'], data['bidclose'])
...
  1. Generate the model using the results.csv file
  2. Dowload last market data using test.py script
  3. Get bald
  4. Get bankrupt
  5. Get a proper job