Add exit condition to Bearish Engulfing strategy rules

This commit is contained in:
moshferatu 2024-12-18 08:44:27 -08:00
parent 9483856cb1
commit bea81965b2

View File

@ -5,6 +5,7 @@ A simple swing trading strategy based on the bearish engulfing candle pattern.
## Rules ## Rules
1. Enter a long trade at the next open following a bearish engulfing candle. 1. Enter a long trade at the next open following a bearish engulfing candle.
2. Exit the trade when the close is higher than the previous day's high.
## Parameters ## Parameters