Baselight

Technical Indicator Backtest

1993-2017 SPY Index daily return

@kaggle.zhijinzhai_technical_indicator_backtest

Loading...
Loading...

About this Dataset

Technical Indicator Backtest

Context

Using TA-Lib : Technical Analysis Library. Backtest on the SPY Index data, using support and resistance indicators or any other indicator.

Content

Data contains daily SPY Index:
Date Open High Low Close Adj Close Volume

Acknowledgements

Support for Resistance: Technical Analysis
WIKI link: https://en.wikipedia.org/wiki/Support_and_resistance

Inspiration

Do your best for the backtest and technical indicator implementation

Tables

Spy Index

@kaggle.zhijinzhai_technical_indicator_backtest.spy_index
  • 250.31 KB
  • 6126 rows
  • 7 columns
Loading...

CREATE TABLE spy_index (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.