psarrsidocumentation
PSAR arrives and RSI edge cases are fixed
- Parabolic Stop and Reverse (PSAR) is now available — Add PSAR to your indicator toolkit for tracking potential trend reversals, with support for full calculations, next-value updates, and TypeScript types.
- RSI now handles flat and one-sided price moves correctly — RSI results now stay accurate when prices only rise, only fall, or remain unchanged — including returning 100 during steady gains and 0 during steady losses.
- psarAdded the Parabolic Stop and Reverse (PSAR) indicator to the library.
- rsiFixed RSI calculations so steady, flat, or one-sided price moves now return valid results.
- psarExported PSAR from the main package and added TypeScript declarations for its inputs and results.
- documentationUpdated the README to include PSAR and corrected the Force Index label.
- packageBumped the package version to 1.0.19.