indicatorspackagebrowser
Expanded indicator support and improved package access
Shipped22 commits+3692−1957
- The library gained several new indicators — RSI, ADX, ATR, ROC, KST, Stochastic, Williams %R, MACD Histogram, and WEMA were added this week, giving you more ways to analyze market movement.
- Indicators are easier to use in more setups — Several indicators are now available from the main package entry point, reversed price data is handled more consistently, and the browser build can be loaded in a Web Components setup.
- indicatorsAdded RSI, ADX, ATR, ROC, KST, Stochastic, Williams %R, MACD Histogram, and WEMA indicators.
- packageMade additional indicators available directly from the main package entry point, including Bollinger Bands, ATR, KST, and WEMA.
- indicatorsAdded support for reversed price data so calculations can be run with reversed input and still return results in the expected order.
- browserAdded a browser-friendly helper for Web Components setups.
- indicatorsImproved indicator calculations for more consistent results, including directional movement and smoothing-based indicators.
- indicatorsFixed the available indicators list so indicator names are shown consistently and match the original names.
- packageResolved missing top-level exports so newly added indicators can be imported normally.
- documentationUpdated the README to list the newly available indicators.