indicatorsdocumentation
v1.0.17 expands indicator exports and updates setup guidance
- More indicators are available from the main package — You can now import **CCI**, **Force Index**, and **VWAP** directly from the library's main entry points, making these indicators easier to use.
- indicatorsAdded exports for `cci`, `forceindex`, and `vwap`, and updated the list of available indicators.
- indicatorsExpanded Node test coverage to include `cci`.
- documentationUpdated installation instructions for different Node.js versions and added a note about required canvas-related system packages.
- documentationMoved contributor setup and testing steps into a dedicated Contribute section and added editor settings for more consistent formatting.