mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 18:48:05 +00:00
17 lines
451 B
Markdown
17 lines
451 B
Markdown
# MMA Tests
|
|||
|
|
|
||
|
|
This indicator uses a PineScript reference. Tests are split into unit and validation layers.
|
||
|
|
|
||
|
|
## Unit Coverage
|
||
|
|
|
||
|
|
- Constructor validation and naming
|
||
|
|
- Streaming updates and `isNew` correction rollback
|
||
|
|
- NaN and Infinity substitution
|
||
|
|
- Warmup and `IsHot` transitions
|
||
|
|
- Batch, span, streaming, and eventing parity
|
||
|
|
- `Prime` state initialization
|
||
|
|
|
||
|
|
## Validation Coverage
|
||
|
|
|
||
|
|
- Reference implementation parity for streaming, batch, and span paths
|