candlestick-patternsdocumentationrelease
Added quick bullish and bearish candlestick pattern checks
- New bullish and bearish pattern helpers — You can now check for **any bullish** or **any bearish** candlestick pattern with a single `hasPattern()` call. This makes it easier to detect broader market patterns without checking each one individually.
- candlestick-patternsAdded `Bullish` and `Bearish` helper groups for faster pattern checks.
- candlestick-patternsA single `hasPattern()` call can now match against any bullish or bearish candlestick pattern.
- documentationExpanded the README with more candlestick pattern examples, including Harami, Marubozu, Star, Spinning Top, and Three Crows/Soldiers patterns.
- documentationAdded usage examples for the new bullish and bearish pattern helpers in the README.
- releaseReleased version 0.2.16.