From b3abc61ade9759c4e5fcd0213b539341eebf8a16 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 14 Jan 2025 09:16:56 -0800 Subject: [PATCH] Remove unnecessary comment from 3-Day High / Low strategy documentation --- strategies/3-day-high-low/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/strategies/3-day-high-low/README.md b/strategies/3-day-high-low/README.md index f0914b5..b5de113 100644 --- a/strategies/3-day-high-low/README.md +++ b/strategies/3-day-high-low/README.md @@ -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. 6. Exit when the ETF closes below its 5-day moving average. -**NOTE**: The strategy will work on any asset, not just ETFs. - ## Parameters **Consecutive Days**: The number of days in a row in which higher highs / lows or lower highs / lows must be made. (Default: 3)