The configuration object for engulfing candle detection.
The engulfing candle signal if found, or null otherwise.
import * as ta from 'chart-patterns';
const direction: SIGNAL_DIRECTION | null = ta.CandlestickPatterns.detectEngulfing({ candles, index: 10 });
Generated using TypeDoc
Finds engulfing candle patterns in a given set of candles.