mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 21:48:03 +00:00
Add TEMA (Triple Exponential Moving Average) implementation and validation tests
- Implemented TEMA calculation in QuanTAlib with O(1) update complexity. - Added validation tests for TEMA against Skender, TA-Lib, and Tulip indicators. - Updated documentation for TEMA, including its mathematical foundation and usage examples. - Enhanced existing tests for other indicators (TRIMA, WMA) to generate more records. - Adjusted benchmark tests to include DEMA and TEMA comparisons. - Refactored code for better readability and performance, including zero-allocation Span API.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# todo
|
||||
|
||||
- __DEMA__ (Double Exponential Moving Average)
|
||||
- __TEMA__ (Triple Exponential Moving Average)
|
||||
- __KAMA__ (Kaufman Adaptive Moving Average)
|
||||
- __T3__ (T3)
|
||||
|
||||
Reference in New Issue
Block a user