All Projects → north0n-FI → Twitter-moods-as-stock-price-predictors-on-Nasdaq

north0n-FI / Twitter-moods-as-stock-price-predictors-on-Nasdaq

Licence: other
An attempt to predict next day's stock price movements using sentiments in tweets with cashtags. Six different ML algorithms were deployed (LogReg, KNN, SVM etc.). Main libraries used: Pandas & Numpy

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Twitter-moods-as-stock-price-predictors-on-Nasdaq

Stocks
Programs for stock prediction and evaluation
Stars: ✭ 155 (+675%)
Mutual labels:  stock-price-prediction
spark-twitter-sentiment-analysis
Sentiment Analysis of a Twitter Topic with Spark Structured Streaming
Stars: ✭ 55 (+175%)
Mutual labels:  twitter-sentiment-analysis
stockdataprocessing
Stock data analysis
Stars: ✭ 24 (+20%)
Mutual labels:  stock-price-prediction
Chase
Automatic trading bot (WIP)
Stars: ✭ 73 (+265%)
Mutual labels:  stock-price-prediction
SA-DL
Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.
Stars: ✭ 35 (+75%)
Mutual labels:  twitter-sentiment-analysis
Stock-Market-Predictor
Stock Market Predictor with LSTM network. Web scraping and analyzing tools (ohlc, mean)
Stars: ✭ 28 (+40%)
Mutual labels:  stock-price-prediction
Zerodha live automate trading using ai ml on indian stock market Using Basic Python
Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊
Stars: ✭ 131 (+555%)
Mutual labels:  stock-price-prediction
TextFeatureSelection
Python library for feature selection for text features. It has filter method, genetic algorithm and TextFeatureSelectionEnsemble for improving text classification models. Helps improve your machine learning models
Stars: ✭ 42 (+110%)
Mutual labels:  naturallanguageprocessing
Python
Python
Stars: ✭ 22 (+10%)
Mutual labels:  twitter-sentiment-analysis
orderbook modeling
Example of order book modeling.
Stars: ✭ 38 (+90%)
Mutual labels:  stock-price-prediction
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+220%)
Mutual labels:  stock-price-prediction
hmm market behavior
Unsupervised Learning to Market Behavior Forecasting Example
Stars: ✭ 36 (+80%)
Mutual labels:  stock-price-prediction
stox
A Python Module That Uses ANN To Predict A Stocks Price And Also Provides Accurate Technical Analysis With Many High Potential Implementations!
Stars: ✭ 29 (+45%)
Mutual labels:  stock-price-prediction
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+1100%)
Mutual labels:  stock-price-prediction
Paper-Implementation-DSTP-RNN-For-Stock-Prediction-Based-On-DA-RNN
基於DA-RNN之DSTP-RNN論文試做(Ver1.0)
Stars: ✭ 62 (+210%)
Mutual labels:  stock-price-prediction
Stockprediction
Plain Stock Close-Price Prediction via Graves LSTM RNNs
Stars: ✭ 134 (+570%)
Mutual labels:  stock-price-prediction
tesla-stocks-prediction
The implementation of LSTM in TensorFlow used for the stock prediction.
Stars: ✭ 51 (+155%)
Mutual labels:  stock-price-prediction
DeepDayTrade
Stock Price Predictor
Stars: ✭ 25 (+25%)
Mutual labels:  stock-price-prediction
Predicting-Consumer-Purchase-intention-using-Twitter-Data
Predicting Consumer Purchase intention using Twitter Data
Stars: ✭ 33 (+65%)
Mutual labels:  twitter-sentiment-analysis
funcat
Using very simple code to compute indicator of stock\crytocurrency. For example, MA(C, 5) means average closed-price for last 5 days.
Stars: ✭ 19 (-5%)
Mutual labels:  stock-price-prediction

Twitter-moods-as-stock-price-predictors-on-Nasdaq

Although news most certainly influence stock market prices, public mood states or sentiment may play an equally important role. We know from psychological research that emotions, in addition to information, play a significant role in human decision-making. Behavioral finance has provided further proof that financial decisions are significantly driven by emotion and mood. It is therefore reasonable to assume that the public mood and sentiment can drive stock market values as much as news. As far as tweets go, some interesting discoveries have already been made. I also wanted to investigate this, and made some interesting discoveries!

Also two articles, Parts 1 & 2 covering the analysis can be fund on medium.com

https://medium.com/@jang.noodin/moods-on-twitter-can-predict-stock-price-movements-on-nasdaq-part-1-9b128d4492ae

https://medium.com/@jang.noodin/moods-on-twitter-can-predict-stock-price-movements-on-nasdaq-part-2-524adc042a5e

Hypothesis: Tweets today with a positive or negative sentiment and containing one or several cashtags can affect the way a stock moves tomorrow. If negative sentiments dominate today, the stock price is expected to fall tomorrow, and rise after positive sentiments. The number of followers a Twitter account has is also a dominating factor. The more followers, the more influential the tweets, and the more impacts on the stock price.

PLEASE NOTE ONE THING ABOUT THE NOTEBOOKS: The dataframes contain also a lot of columns not used in the actual binary classification analysis, where only two features were relevant; 'Pct_daily_change' and 'Compound_multiplied' (=the x:s) and 'Buy/Sell' (=the y).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].