Thai market stock trader using Python & Zipline.
This project involves loading real time data from Google Finance regarding stock markets (currently will only support Thai Markets)
This project will use yahoo finance for historical data.
The machine learning algorithm used to classify Buy or Sell will be Support Vector Machines. Will use scikit learn and numpy to transform & play with data.
It will also simulate trades for the user and send you notifications so you have a trade history to look at.
This project will also involve using Zipline for backtesting.
This project will completely be in Python.
GoogleFinance
YahooFinanceFix : https://pypi.python.org/pypi/fix-yahoo-finance
Zipline ScikitLearn Numpy