indicatorsdocumentation
Indicator results are more accurate and the docs are cleaner
- Better precision across core indicators — Indicator calculations now keep more numeric precision until the final output, which helps reduce rounding-related inaccuracies in results such as moving averages, Stochastic, Bollinger Bands, and related indicators.
- indicatorsFixed accuracy loss in the Stochastic indicator by applying number formatting only after calculations are complete.
- indicatorsPrevented several indicators from rounding values too early, which improves the accuracy of returned results.
- indicatorsUpdated moving averages and related indicators to preserve more precision throughout calculations before final formatting.
- indicatorsImproved Simple Moving Average output for very small values and added support for custom number formatting.
- documentationCleaned up the README example list by removing a duplicate entry and fixing numbering.
- documentationRefined the Available Indicators list with clearer names and abbreviations.