Technical Indicator Backtest
1993-2017 SPY Index daily return
@kaggle.zhijinzhai_technical_indicator_backtest
1993-2017 SPY Index daily return
@kaggle.zhijinzhai_technical_indicator_backtest
CREATE TABLE spy_index (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.