From 74b3558c286c3493704251574322b86dc75da947 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 17 Sep 2024 06:35:49 -0700 Subject: [PATCH] Add parameters to End of Month strategy documentation --- strategies/end-of-month/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/strategies/end-of-month/README.md b/strategies/end-of-month/README.md index f4ccd08..5895188 100644 --- a/strategies/end-of-month/README.md +++ b/strategies/end-of-month/README.md @@ -5,6 +5,12 @@ This strategy was taken from chapter 11 of [*Short Term Trading Strategies That ## Rules 1. Buy the asset (e.g., SPY) on the 24th (or 25th, etc.) day of the month. -2. Exit the position 1-5 days later. +2. Exit the trade 1-5 days later. + +## Parameters + +**Entry Day**: The day of the month on which to enter the long trade. (Default: 24) + +**Days to Exit**: The number of days to wait before exiting the trade. (Default: 5) --- \ No newline at end of file