diff --git a/strategies/rsi-divergence/README.md b/strategies/rsi-divergence/README.md index 1d1d7da..4761670 100644 --- a/strategies/rsi-divergence/README.md +++ b/strategies/rsi-divergence/README.md @@ -9,4 +9,12 @@ This strategy was inspired by the following post on X: 1. On the hourly SPY chart, enter a long when the RSI is > than it was 5 bars ago but price is lower. 2. Exit the position when the RSI is > 70. +## Backtest Results + +### SPY + +![SPY All-Time Analysis](./backtest-results/spy_all_time_analysis.png) + +![SPY All-Time Summary](./backtest-results/spy_all_time_summary.png) + --- \ No newline at end of file diff --git a/strategies/rsi-divergence/backtest-results/spy_all_time_analysis.png b/strategies/rsi-divergence/backtest-results/spy_all_time_analysis.png new file mode 100644 index 0000000..0c668fe Binary files /dev/null and b/strategies/rsi-divergence/backtest-results/spy_all_time_analysis.png differ diff --git a/strategies/rsi-divergence/backtest-results/spy_all_time_summary.png b/strategies/rsi-divergence/backtest-results/spy_all_time_summary.png new file mode 100644 index 0000000..1b599c9 Binary files /dev/null and b/strategies/rsi-divergence/backtest-results/spy_all_time_summary.png differ