indicatorsbrowserdocumentation
More indicators, browser support, and clearer usage
Shipped16 commits+2795−889
- More chart indicators are now available — TechnicalIndicators now includes MACD, Weighted Moving Average, and Bollinger Bands, giving you more options beyond the original moving averages.
- Indicator inputs were standardized — SMA, EMA, MACD, and WMA now use a single input object, so existing code may need small updates.
- indicatorsAdded MACD support, including both full calculations and step-by-step updates.
- indicatorsAdded Weighted Moving Average and Bollinger Bands support.
- browserAdded a browser-ready build and Bower installation support for easier web use.
- indicatorsSMA, EMA, MACD, and WMA now accept a single input object instead of separate arguments.
- apiExported EMA and RSI from the main package entry point for easier importing.
- buildAdded automated tests and coverage tooling to improve reliability.
- buildImproved the browser and test build setup for better package support.
- indicatorsFixed SMA calculations so moving average results are returned correctly.
- indicatorsFixed WMA one-at-a-time result handling and improved MACD output consistency.
- documentationExpanded the README with installation, usage, and contribution guidance.
- documentationAdded examples for calculate, nextValue, and getResult, plus live links for key indicators.
- documentationUpdated the README to include Bollinger Bands and clearer Node.js and browser examples.