diff --git a/strategies/end-of-month/README.md b/strategies/end-of-month/README.md index 5895188..7a92626 100644 --- a/strategies/end-of-month/README.md +++ b/strategies/end-of-month/README.md @@ -13,4 +13,12 @@ This strategy was taken from chapter 11 of [*Short Term Trading Strategies That **Days to Exit**: The number of days to wait before exiting the trade. (Default: 5) +## Backtest Results + +### SPY + +![SPY Analysis](https://static.moshington.com/images/strategies/end-of-month/spy-analysis.png) + +![SPY Summary](https://static.moshington.com/images/strategies/end-of-month/spy-summary.png) + --- \ No newline at end of file diff --git a/strategies/end-of-month/backtest-results/spy_analysis.png b/strategies/end-of-month/backtest-results/spy_analysis.png new file mode 100644 index 0000000..907e4cf Binary files /dev/null and b/strategies/end-of-month/backtest-results/spy_analysis.png differ diff --git a/strategies/end-of-month/backtest-results/spy_summary.png b/strategies/end-of-month/backtest-results/spy_summary.png new file mode 100644 index 0000000..28f41b8 Binary files /dev/null and b/strategies/end-of-month/backtest-results/spy_summary.png differ