The candle to evaluate for excess tails.
A SIGNAL_DIRECTION indicating the direction of excess:
- BULLISH
if there's significant excess on the lower tail.
- BEARISH
if there's significant excess on the upper tail.
- BIDIRECTIONAL
if both tails exhibit significant excess.
- NONE
if no significant excess is detected.
import * as ta from 'chart-patterns';
const direction: SIGNAL_DIRECTION = CandlestickPatterns.getCandleExcessDirection(candle);
Generated using TypeDoc
Determines the directional excess (significant candle tails) for a given candle. An excess candle is identified when the length of either (or both) of its tails significantly exceeds the length of its body.