diff --git a/strategies/vix-stretches/README.md b/strategies/vix-stretches/README.md index 3084909..c2285ef 100644 --- a/strategies/vix-stretches/README.md +++ b/strategies/vix-stretches/README.md @@ -22,4 +22,12 @@ This strategy was taken from chapter 12 of [*Short Term Trading Strategies That **RSI Exit Threshold**: The value of the RSI calculation at or above which to exit trades. (Default: 65) +## Backtest Results + +### SPY + +![SPY Analysis](https://static.moshington.com/images/strategies/vix-stretches/spy-analysis.png) + +![SPY Summary](https://static.moshington.com/images/strategies/vix-stretches/spy-summary.png) + --- \ No newline at end of file diff --git a/strategies/vix-stretches/backtest-results/spy_analysis.png b/strategies/vix-stretches/backtest-results/spy_analysis.png new file mode 100644 index 0000000..16cf429 Binary files /dev/null and b/strategies/vix-stretches/backtest-results/spy_analysis.png differ diff --git a/strategies/vix-stretches/backtest-results/spy_summary.png b/strategies/vix-stretches/backtest-results/spy_summary.png new file mode 100644 index 0000000..7136fa0 Binary files /dev/null and b/strategies/vix-stretches/backtest-results/spy_summary.png differ