Add parameters to Large Moves strategy documentation

This commit is contained in:
moshferatu 2024-11-18 06:38:32 -08:00
parent 1bc51a87d6
commit de591d6d13

View File

@ -16,4 +16,10 @@ As with most of the strategies from this book, they are meant to illustrate cert
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).
## 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)
---