2024-11-18 14:28:46 +00:00
# Large Moves
2024-11-18 14:31:07 +00:00
The idea for these strategies comes from chapter 7 of [*How Markets Really Work* ](https://moshferatu.dev/moshferatu/how-markets-really-work ) (2012) by Larry Connors.
As with most of the strategies from this book, they are meant to illustrate certain characteristics of the market rather than be traded directly.
2024-11-18 14:36:53 +00:00
## Rules
### Large Moves Up
1. When the asset (e.g., SPY) **rises** by 1% or more, enter a long trade.
2. Exit the trade after 5 trading days (~1 week).
### Large Moves Down
1. When the asset (e.g., SPY) **falls** by 1% or more, enter a long trade.
2. Exit the trade after 5 trading days (~1 week).
2024-11-18 14:38:32 +00:00
## Parameters
**Percent Gain / Decline Threshold**: The percent gain or decline necessary in order to trigger a trade. (Default: 1.0)
**Days to Exit**: The number of days to wait before exiting a trade. (Default: 5)
2024-11-18 14:43:56 +00:00
## Backtest Results
### SPY
#### Large Moves Up
![SPY Large Moves Up Analysis ](https://static.moshington.com/images/strategies/large-moves/spy-up-analysis.png )
![SPY Large Moves Up Summary ](https://static.moshington.com/images/strategies/large-moves/spy-up-summary.png )
2024-11-18 14:28:46 +00:00
---