From 0bfd3d0845704809af79427201803c3082488892 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Fri, 30 Aug 2024 05:29:09 -0700 Subject: [PATCH] Add parameters to 10-day low strategy documentation --- strategies/10-day-low/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/strategies/10-day-low/README.md b/strategies/10-day-low/README.md index 70c89af..dc07acb 100644 --- a/strategies/10-day-low/README.md +++ b/strategies/10-day-low/README.md @@ -7,6 +7,14 @@ This strategy was taken from chapter 2 of *Short Term Trading Strategies That Wo 1. Buy every 10-period low on the daily S&P 500 (SPY) chart while price is > the 200-day simple moving average. 2. Exit when price closes above its 10-period moving average. +## Parameters + +**Low Period**: The period over which to calculate the lowest price. (Default: 10) + +**Short Term Trend Period**: The period of the short term trend as measured by a simple moving average. (Default: 10) + +**Long Term Trend Period**: The period of the long term trend as measured by a simple moving average. (Default: 200) + ## Backtest Results ### SPY