Tata Steel Stock Dataset With 50 And 200 MA
Tata Steel Stock price dataset from 2004-2021 with 50 and 200 moving averages.
@kaggle.adwaitkelkar12_tata_steel_stock_dataset_with_50_and_200_ma
Tata Steel Stock price dataset from 2004-2021 with 50 and 200 moving averages.
@kaggle.adwaitkelkar12_tata_steel_stock_dataset_with_50_and_200_ma
CREATE TABLE tatachem_goldencrossover_50ma_200ma (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT,
"ma50" DOUBLE,
"ma200" DOUBLE
);
Anyone who has the link will be able to view this.