Candle Pattern's

Candle Pattern's usage guide found at Analysis guide.

Pattern API Description Source
Doji doji Doji Pattern

A candle body is Doji when it's shorter than 10% of the average of the n(10) previous candles' high-low range.
github.com ⧉
Dojistar dojistar Dojistar Pattern

A Dojistar is either bearish or bullish, and is detected when we have a larger then average candle followed by a candle candle shorter than 10% of the average of the n(10) of the average and then the candle gaps up or down. A trend is required to find which direction.
github.com ⧉
Hammer hammer Hammer Pattern

A Hammer is detected when the Candle's open and close values are considered shorter than 10% of the average of the n(10) candles. However the low is larger than the average.
github.com ⧉
Inverted Hammer inverted_hammer Inverted Hammer Pattern

An Inverted Hammer is detected when the Candle's open and close values are considered shorter than 10% of the average of the n(10) candles. However the high is larger than the average.
github.com ⧉