diff --git a/strategies/engulfing/README.md b/strategies/engulfing/README.md index 24679a1..54f8402 100644 --- a/strategies/engulfing/README.md +++ b/strategies/engulfing/README.md @@ -11,4 +11,8 @@ Very similar to the [Bearish Engulfing strategy](https://moshferatu.dev/moshfera 3. If below the 200-day moving average, enter a short trade. 4. Exit the trade following any close in profit or when the close is higher than the previous high (for longs) or lower than the previous low (for shorts). +## Parameters + +**Long-Term Trend Period**: The period of the long-term trend as measured using a simple moving average. (Default: 200) + --- \ No newline at end of file