30 lines
931 B
Markdown
30 lines
931 B
Markdown
# End of Month
|
|
|
|
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.
|
|
|
|
## Rules
|
|
|
|
1. Buy the asset (e.g., SPY) on the 24th (or 25th, etc.) day of the month.
|
|
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)
|
|
|
|
## 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)
|
|
|
|
### QQQ
|
|
|
|
![QQQ Analysis](https://static.moshington.com/images/strategies/end-of-month/qqq-analysis.png)
|
|
|
|
![QQQ Summary](https://static.moshington.com/images/strategies/end-of-month/qqq-summary.png)
|
|
|
|
--- |