mantis-ta 0.6.2

Composable technical analysis and strategy engine for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Reference fixtures

Synthetic reference outputs for Tier 1 indicators. Generated via
`python3 fixtures/generate_references.py`, which also writes synthetic sample
market data under `fixtures/market_data/`. Replace the generator with real
TA-Lib-backed outputs when available.

`sar.json` is the exception: it's generated by `fixtures/generate_sar_reference.py`
against the real TA-Lib C library (`talib.SAR`), not a Python
reimplementation — see that script's docstring for install/regeneration
steps.