Add parameters to High Volume Days strategy documentation

This commit is contained in:
moshferatu 2024-11-18 08:33:46 -08:00
parent 1b75b45c0f
commit ade2cdba5f

View File

@ -20,4 +20,12 @@ As with most of the strategies from this book, they are meant to illustrate cert
3. If the asset closes **lower** on the day, enter a long trade.
4. Exit the trade after 5 trading days (~1 week).
## Parameters
**High Volume Period**: The period over which to determine the highest volume. (Default: 5)
**Long-Term Trend Period**: The period of the long-term trend as measured using a simple moving average. (Default: 200)
**Days to Exit**: The number of days to wait before exiting a trade. (Default: 5)
---