2024-09-17 06:24:50 -07:00
# End of Month
2024-09-17 06:28:34 -07:00
This strategy was taken from chapter 11 of [*Short Term Trading Strategies That Work* ](https://moshferatu.dev/moshferatu/short-term-trading-strategies-that-work ) (2008) by Larry Connors.
2024-09-17 06:33:21 -07:00
## Rules
1. Buy the asset (e.g., SPY) on the 24th (or 25th, etc.) day of the month.
2024-09-17 06:35:49 -07:00
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)
2024-09-17 06:33:21 -07:00
2024-09-17 06:46:34 -07:00
## Backtest Results
### SPY


2024-09-17 06:50:49 -07:00
### QQQ


2024-09-17 06:54:26 -07:00
## DIA


2024-09-17 08:30:07 -07:00
## IWM


2024-09-17 10:32:36 -07:00
## XLE


2024-09-17 10:35:05 -07:00
## XLF


2024-09-17 06:24:50 -07:00
---