This project is a working Stock Price predictor . The user can give it any company's stock from any Index like NASDAQ, NSE,etc. It can be used on any type of market like Stock(Equity), FX (Currency Exchange), FNO (Futures n Options), etc. and for any time frame like 1 min, 5 min, End Of the day data. Be careful to remove the irrelevant code from comment for 1 min and 5 min code. Be careful to change the READ_CSV line according to your Dataset and add columns or if not added then do not remove "USE_COLS" or replace it with a list of names of your columns like LIST=["Date","Time","Open", "High"...and so on] as"NAMES=LIST". I am open to changes and suggestions. If there is a query kindly add it in the issues section, I will try my best to help you.Stock traders mainly use three indicators for prediction: OHLC average (average of Open, High, Low and Closing Prices), HLC average (average of High, Low and Closing Prices) and Closing price, In this project, OHLC average has been used.
Stars
6
Forks
2
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits