Remove unnecessary comment from 3-Day High / Low strategy documentation

This commit is contained in:
moshferatu 2025-01-14 09:16:56 -08:00
parent 3c4a91f8da
commit b3abc61ade

View File

@ -24,8 +24,6 @@ The inverse of the long trade rules, but stated explicitly:
5. **Aggressive Version** (optional): Enter a second short if price closes higher than the initial entry at any point during the trade. 5. **Aggressive Version** (optional): Enter a second short if price closes higher than the initial entry at any point during the trade.
6. Exit when the ETF closes below its 5-day moving average. 6. Exit when the ETF closes below its 5-day moving average.
**NOTE**: The strategy will work on any asset, not just ETFs.
## Parameters ## Parameters
**Consecutive Days**: The number of days in a row in which higher highs / lows or lower highs / lows must be made. (Default: 3) **Consecutive Days**: The number of days in a row in which higher highs / lows or lower highs / lows must be made. (Default: 3)