From f5ad8d40b74a5f0ee988693366d0281d62deda29 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 10 Dec 2024 10:42:04 -0800 Subject: [PATCH] Add SPY backtest results for Triple RSI Drop strategy --- strategies/triple-rsi-drop/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/strategies/triple-rsi-drop/README.md b/strategies/triple-rsi-drop/README.md index 3fe0776..ba431e8 100644 --- a/strategies/triple-rsi-drop/README.md +++ b/strategies/triple-rsi-drop/README.md @@ -26,4 +26,12 @@ This strategy was inspired by the following: **RSI Exit**: The RSI value above which to exit a trade. (Default: 50.0) +## Backtest Results + +### SPY + +![SPY Analysis](https://static.moshington.com/images/strategies/triple-rsi-drop/spy-analysis.png) + +![SPY Summary](https://static.moshington.com/images/strategies/triple-rsi-drop/spy-summary.png) + --- \ No newline at end of file