Morning Star Pattern Strategy (C#)
$ dotnet add package StockSharp.Strategies.0070_Morning_StarThe Morning Star is a bullish candlestick formation that signals a potential bottom after a decline. It consists of a large bearish candle, a small indecisive candle, and a strong bullish candle that closes above the midpoint of the first bar.
Testing indicates an average annual return of about 97%. It performs best in the crypto market.
This strategy tracks sequences of three candles. When the pattern appears a long position is opened with a stop placed below the small middle candle. Exits occur once price rises above the high of the confirmation bar or if the stop is reached.
Because the pattern often sparks quick recoveries from oversold conditions, trades are usually short lived, capturing the initial thrust higher.
CandleType = 5 minuteStopLossPercent = 1