Tag: NVIDIA
-
Real-Time Stock Sentiment Analysis w/ NLP Web Scraping

Stock sentiment analysis is gaining popularity as a technique to understand public opinions on specific assets. This study uses NLP web scraping in Python to extract stock sentiments from financial news headlines on FinViz. The sentiment analysis can help determine investor opinions and potential impacts on stock prices, though it is not a standalone predictor.
-
Plotly Dash TA Stock Market App

The post explains how to deploy a Plotly Dash stock market app in Python with the dashboard of user-defined stock prices. This includes technical indicators like volume, MACD, and stochastic. The steps include selecting a stock ticker symbol (NVDA), retrieving stock data from yfinance API, adding Moving Averages, saving the stock chart in HTML form,…
-
NVIDIA Returns-Drawdowns MVA & RNN Mean Reversal Trading

The study presents a machine learning-focused analytical approach to optimize NVIDIA’s stock performance using moving average crossovers and aims at comparing the outcomes with simple RNN mean reversal trading strategies. The steps taken involve preparing the stock data, calculating moving averages and drawdowns, plotting heatmaps of returns and drawdowns, and predicting returns and cumulative returns…
-
NVIDIA Rolling Volatility: GARCH & XGBoost

This post examines the prediction of NVIDIA stock volatility using two models: the Generalized Autoregressive Conditional Heteroscedasticity (GARCH) and the Extreme Gradient Boosting (XGBoost). Both models are compared in terms of MSE and MAPE. The post discovers that the machine learning-based XGBoost model outperforms the GARCH model in NVDA volatility forecasting, showing the effectiveness of…
