S&P 500 With Technical Indicators
Price action starting from 1950s with 11 different techincal indicators.
@kaggle.olwarro_sp_500_with_technical_indicators
Price action starting from 1950s with 11 different techincal indicators.
@kaggle.olwarro_sp_500_with_technical_indicators
CREATE TABLE sp500_from_1950_plus_techinds (
"id" BIGINT,
"name" VARCHAR,
"date" TIMESTAMP,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"ema10" DOUBLE,
"ema20" DOUBLE,
"ema50" DOUBLE,
"massi" DOUBLE,
"mfi" DOUBLE,
"adx" DOUBLE,
"dmp" DOUBLE,
"dmn" DOUBLE,
"rsi" DOUBLE,
"slowd" DOUBLE,
"slowk" DOUBLE
);
Anyone who has the link will be able to view this.