Meta Stock Price Technical Indicators (10 Years)
Meta stock price for the past 10 years along with technical indicators
@kaggle.aspillai_meta_stock_price_technical_indicators_10_years
Meta stock price for the past 10 years along with technical indicators
@kaggle.aspillai_meta_stock_price_technical_indicators_10_years
CREATE TABLE meta_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.