From e6463963817d7964362aa20ffc24fd08282e7eb3 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 31 Oct 2024 08:51:17 -0700 Subject: [PATCH] Add SPY 3 down days in a row backtest result --- strategies/up-and-down-days-in-a-row/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/strategies/up-and-down-days-in-a-row/README.md b/strategies/up-and-down-days-in-a-row/README.md index fd51536..39103af 100644 --- a/strategies/up-and-down-days-in-a-row/README.md +++ b/strategies/up-and-down-days-in-a-row/README.md @@ -22,4 +22,14 @@ As with most of the strategies from this book, they are meant to illustrate cert **Days to Exit**: The number of days to hold any trades before exiting. (Default: 5) +## Backtest Results + +### SPY + +#### 3 Down Days in a Row + +![SPY 3 Down Days in a Row Analysis](https://static.moshington.com/images/strategies/up-and-down-days-in-a-row/spy-3-down-days-analysis.png) + +![SPY 3 Down Days in a Row Summary](https://static.moshington.com/images/strategies/up-and-down-days-in-a-row/spy-3-down-days-summary.png) + --- \ No newline at end of file