Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 516 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 516 Bytes

StockX

A Python GUI application that performs automated buying and selling of stocks based on a predefined strategy. It is capable of generating basic charts of stock prices, perfrom basic technical analysis and forecasting of stock prices using linear regression.

It is built using Tkinter, a python standard library. It also uses Upstox Developer API to perform the trades. It uses the Linear Regression algorithm from scikit-learn to perform the forcasting using indicators generated using TA-lib as features.