diff --git a/strategies/2-period-rsi-highs-and-lows/README.md b/strategies/2-period-rsi-highs-and-lows/README.md index 4d610f9..8f421b7 100644 --- a/strategies/2-period-rsi-highs-and-lows/README.md +++ b/strategies/2-period-rsi-highs-and-lows/README.md @@ -34,4 +34,14 @@ I also wanted to avoid overlap with the [2-Period RSI strategy](https://moshfera **Days to Exit**: The number of days to wait before exiting a trade. (Default: 5) +## Backtest Results + +### SPY + +### 2-Period RSI Highs + +![SPY 2-Period RSI Highs Analysis](https://static.moshington.com/images/strategies/2-period-rsi-highs-and-lows/spy-highs-analysis.png) + +![SPY 2-Period RSI Highs Summary](https://static.moshington.com/images/strategies/2-period-rsi-highs-and-lows/spy-highs-summary.png) + --- \ No newline at end of file diff --git a/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_highs_analysis.png b/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_highs_analysis.png new file mode 100644 index 0000000..d6b1565 Binary files /dev/null and b/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_highs_analysis.png differ diff --git a/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_highs_summary.png b/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_highs_summary.png new file mode 100644 index 0000000..2036f99 Binary files /dev/null and b/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_highs_summary.png differ