candlestick-patternspackage-exportsbrowser-build
Expanded candlestick pattern coverage with naming fixes
- Added many new candlestick pattern indicators — Support was added for a broader set of candlestick patterns, including Morning Star, Evening Star, their Doji variants, Three Black Crows, Three White Soldiers, Marubozu, Piercing Line, and Spinning Top. The new indicators are also available from the main package export.
- candlestick-patternsAdded candlestick pattern indicators for Morning Star, Morning Doji Star, Evening Star, Evening Doji Star, Marubozu, Piercing Line, Spinning Top, Three Black Crows, and Three White Soldiers.
- candlestick-patternsAdded the Abandoned Baby candlestick pattern and gave it a clear display name.
- package-exportsUpdated the main package export so the new pattern indicators can be imported from the package entry point.
- candlestick-patternsImproved pattern naming so Abandoned Baby is identified more clearly in results and logs.
- candlestick-patternsFixed the EveningDojiStar name so it now appears consistently across the library and exports.
- candlestick-patternsFixed candlestick pattern warnings when there is not enough data, so they now report the correct pattern name instead of an undefined strategy name.
- browser-buildFixed a typo in the browser build output.
- candlestick-patternsAdded a test to confirm candlestick patterns return false when fewer data points than required are provided.