Changelog

technicalindicators Changelog

All updates
indicatorstypescript

Wilder Smoothing fix and improved TypeScript types

Shipped3 commits+26โˆ’22
  • Wilder Smoothing now waits for enough data โ€” Early indicator values are now left unset until enough data points are available, which makes the output more accurate and easier to interpret.
  • indicatorsFixed Wilder Smoothing so early values stay unset until there is enough data to calculate a result.
  • typescriptAdjusted indicator result typings so they better match the values returned by the library.
  • typescriptUpdated indicator type definitions to include timestamp inputs and improved result typing.