Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 824 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 824 Bytes

stock-predi

Stock Predictor Code using Machine Learning

Build a Stock Price Indicator

Supervised and Reinforcement Learning Project

Install

This project requires Python 2.7

Data

The data for this project is obtained using the Quandl API. So you need to have an internet connection to the quandl data providers, while you run the code. More information about quandl and its available data and all the APIs are available in the below website --

http://www.quandl.com/

Run

Make sure you are in the top-level project directory Trading/ (that contains this README). Then run:

python trading/trader.py

While running please follow all the instructions specified. Some have been noted down below-

  1. Dates should specifically be in 'YYYY-MM-DD' format. Do not forget to use inverted-commas ''.