Releases: hmG3/TA-Lib.NETCore
Releases · hmG3/TA-Lib.NETCore
0.5.0
- Reworked the implementation to leverage
Generic Math
.
- Transitioned to
Span<T>
for more efficient data processing and reduced memory allocations.
- Provided
Abstract API
to unify calling functions.
v0.4.4
- fixed calculation of StochRsi, Sub functions
- fixed calculation of *Lookback functions for a lesser amount of OptIn anguments
v0.4.3
- fixed calculation of Dema, HtPhasor functions
- added functions definitions
- provided a general interface to run functions
Initial release
v0.4.0
Add default value for *MAType parameters