Add parameters to End of Month strategy documentation
This commit is contained in:
parent
93b95ed4e5
commit
74b3558c28
@ -5,6 +5,12 @@ This strategy was taken from chapter 11 of [*Short Term Trading Strategies That
|
|||||||
## Rules
|
## Rules
|
||||||
|
|
||||||
1. Buy the asset (e.g., SPY) on the 24th (or 25th, etc.) day of the month.
|
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)
|
||||||
|
|
||||||
---
|
---
|
Loading…
Reference in New Issue
Block a user