Miha Kralj
16a21a5b65
feat: Add Cumulative Moving Average (CMA) implementation with detailed documentation
...
- Introduced Cma class for calculating the Cumulative Moving Average using Welford's algorithm with FMA for precision.
- Added methods for batch processing and streaming updates.
- Implemented a comprehensive markdown documentation for CMA, covering its mathematical foundation, performance profile, and use cases.
- Enhanced existing trend indicators (Bessel, Butter, Htit, Jma, Mama, Ssf, Vidya) with FMA for improved numerical stability and precision.
- Updated Adosc to utilize a single-pass algorithm for performance optimization.
- Fixed date initialization in benchmarks to ensure UTC consistency.
2025-12-29 09:34:37 -08:00
Miha Kralj
4ff6dc0ad9
feat(statistics): add Variance indicator with O(1) calculation and usage example
2025-12-25 17:18:41 -08:00
Miha Kralj
68168ec414
feat: Implement Butterworth Filter with tests and documentation
2025-12-22 22:45:27 -08:00
Miha Kralj
57aaec1ac8
feat: Add Blackman Window Moving Average (BLMA) implementation and documentation
2025-12-22 22:15:27 -08:00
Miha Kralj
4efa0e773e
Enhance documentation and validation for various indicators
2025-12-22 20:42:26 -08:00
Miha Kralj
a7b7207801
Refactor documentation to remove "Zero-Allocation Design" sections across various trend indicators and implement a PowerShell script for automated cleanup
...
- Updated mathematical foundations and performance profiles where necessary to maintain clarity and coherence.
2025-12-21 14:37:44 -08:00
Miha Kralj
54c309e5cf
feat: Implement Ehlers Ultimate Smoother Filter (USF) with documentation and tests
2025-12-20 15:57:38 -08:00
Miha Kralj
d21fea3c18
feat: Enhance volume indicators with ADOSC and SSF implementation and validation
2025-12-20 15:08:07 -08:00
Miha Kralj
b5358091ae
feat: Add Absolute Price Oscillator (APO) implementation and documentation
...
feat: Implement ADL (Accumulation/Distribution Line) indicator
2025-12-18 21:32:01 -08:00
Miha Kralj
35e5571237
docs
2025-12-18 13:51:06 -08:00
Miha Kralj
33ffd3a37a
first iteration
2025-11-25 20:40:46 -08:00
Miha Kralj
f519594371
Adr, Ap, Atrp, Atrs, Vp, Vwap, Vwma
2024-11-01 18:36:01 -07:00
Miha
447d90f4d6
docs
2024-10-31 09:49:06 -07:00
Miha
c21b96152c
macos dev update
2024-10-26 23:54:55 -07:00
Miha Kralj
fbe4046b5d
Documentation
2024-10-16 18:28:06 -07:00
Miha Kralj
148f0ea846
dependabot
2024-09-26 10:44:09 -07:00
Miha Kralj
4b25801d52
Afirma + documentation
2024-09-24 16:28:16 -07:00
Miha Kralj
d475bcd19a
New version merge
2024-09-22 17:31:24 -07:00
Miha Kralj
167f20e3a8
fix on JMA
2023-03-19 18:35:34 -07:00
Miha Kralj
ca54856a66
Fibonacci Moving Average
2023-01-04 13:51:57 -08:00
Miha Kralj
5950dfa655
HWMA
2023-01-03 18:00:23 -08:00
Miha Kralj
0986f2035d
Documentation
2023-01-03 18:00:23 -08:00
Miha Kralj
83e5d89cbb
HWMA
2022-12-27 12:28:53 -08:00
Miha Kralj
509bf244d9
Documentation
2022-12-26 20:12:56 -08:00
Miha Kralj
ddcb49995b
docsify
2022-12-24 16:18:30 -08:00
Miha Kralj
9ad467cd5a
Quantower adaptation
2022-12-21 07:24:21 -08:00
Miha Kralj
9f01df0e65
JMA and DWMA
2022-12-06 15:39:43 -08:00
Miha Kralj
3aaa1c95c6
docs
2022-11-28 10:54:37 -08:00