mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-03 03:47:42 +00:00
ed5e5c8209
- Implement tests for HMA (Hull Moving Average) indicator to verify default settings, history depth calculations, and value computations during updates. - Create tests for KAMA (Kaufman Adaptive Moving Average) indicator, ensuring correct defaults, history depth, and value calculations. - Add tests for SMA (Simple Moving Average) indicator, checking default values, history depth, and value computations. - Develop tests for T3 (Tillson T3 Moving Average) indicator, validating defaults, history depth, and value calculations. - Implement tests for TEMA (Triple Exponential Moving Average) indicator, ensuring correct defaults and value computations. - Create tests for TRIMA (Triangular Moving Average) indicator, verifying defaults, history depth, and value calculations. - Add tests for WMA (Weighted Moving Average) indicator, checking default values, history depth, and value computations.
14 lines
484 B
Markdown
14 lines
484 B
Markdown
- [**QuanTAlib**](/)
|
|
|
|
- **Trends**
|
|
- [Overview](trends/)
|
|
- [ALMA - Arnaud Legoux MA](trends/alma/Alma.md)
|
|
- [DEMA - Double Exponential MA](trends/dema/Dema.md)
|
|
- [EMA - Exponential MA](trends/ema/Ema.md)
|
|
- [HMA - Hull MA](trends/hma/Hma.md)
|
|
- [SMA - Simple MA](trends/sma/Sma.md)
|
|
- [T3 - Tillson T3 MA](trends/t3/T3.md)
|
|
- [TEMA - Triple Exponential MA](trends/tema/Tema.md)
|
|
- [TRIMA - Triangular MA](trends/trima/Trima.md)
|
|
- [WMA - Weighted MA](trends/wma/Wma.md)
|