Array of candles to evaluate.
Index of the second candle in the potential pattern.
A SIGNAL_DIRECTION:
- BEARISH
if a Homing Pigeon pattern is detected.
- NONE
otherwise.
import * as ta from 'chart-patterns';
const signal = ta.CandlestickPatterns.detectHomingPigeon(candles, 5);
Generated using TypeDoc
Detects a Homing Pigeon candlestick pattern, a bearish continuation pattern.
A Homing Pigeon pattern consists of two consecutive bearish candles where:
This pattern suggests a brief pause in a downtrend before further decline.