• Detects Morning Star or Evening Star patterns (3-candle reversal formations). Trend context should be evaluated separately to confirm the signal.

    Parameters

    • candles: ICandle[]

      Array of candles (must include at least 3 candles).

    • index: number

      The index of the 3rd candle in the potential pattern.

    Returns SIGNAL_DIRECTION

    A SIGNAL_DIRECTION:

    • BULLISH if Morning Star pattern detected
    • BEARISH if Evening Star pattern detected
    • NONE if no pattern detected

Generated using TypeDoc