Netflix Stock Price With Indicators
Netflux Stock Price and Technical Indicators (2014 - 2023)
@kaggle.aspillai_netflix_stock_price_with_indicators
Netflux Stock Price and Technical Indicators (2014 - 2023)
@kaggle.aspillai_netflix_stock_price_with_indicators
CREATE TABLE nflx_2014_2023 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"rsi_7" DOUBLE,
"rsi_14" DOUBLE,
"cci_7" DOUBLE,
"cci_14" DOUBLE,
"sma_50" DOUBLE,
"ema_50" DOUBLE,
"sma_100" DOUBLE,
"ema_100" DOUBLE,
"macd" DOUBLE,
"bollinger" DOUBLE,
"truerange" DOUBLE,
"atr_7" DOUBLE,
"atr_14" DOUBLE,
"next_day_close" DOUBLE
);
Anyone who has the link will be able to view this.