• Finds engulfing candle patterns in a given set of candles.

    Parameters

    Returns SIGNAL_DIRECTION

    The engulfing candle signal if found, or null otherwise.

    Example

    import * as ta from 'chart-patterns';

    const direction: SIGNAL_DIRECTION | null = ta.CandlestickPatterns.detectEngulfing({ candles, index: 10 });

Generated using TypeDoc