diff --git a/strategies/2-period-rsi-highs-and-lows/README.md b/strategies/2-period-rsi-highs-and-lows/README.md index 8f421b7..7ae797f 100644 --- a/strategies/2-period-rsi-highs-and-lows/README.md +++ b/strategies/2-period-rsi-highs-and-lows/README.md @@ -44,4 +44,10 @@ I also wanted to avoid overlap with the [2-Period RSI strategy](https://moshfera ![SPY 2-Period RSI Highs Summary](https://static.moshington.com/images/strategies/2-period-rsi-highs-and-lows/spy-highs-summary.png) +### 2-Period RSI Lows + +![SPY 2-Period RSI Lows Analysis](https://static.moshington.com/images/strategies/2-period-rsi-highs-and-lows/spy-lows-analysis.png) + +![SPY 2-Period RSI Lows Summary](https://static.moshington.com/images/strategies/2-period-rsi-highs-and-lows/spy-lows-summary.png) + --- \ No newline at end of file diff --git a/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_lows_analysis.png b/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_lows_analysis.png new file mode 100644 index 0000000..2b7aa67 Binary files /dev/null and b/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_lows_analysis.png differ diff --git a/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_lows_summary.png b/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_lows_summary.png new file mode 100644 index 0000000..6933bf4 Binary files /dev/null and b/strategies/2-period-rsi-highs-and-lows/backtest-results/spy_lows_summary.png differ