In preparation for cutting over to the Rust implementations of indicators, a valuable task would be to go through each indicator one by one with an LLM and check (an LLM would be ideal for picking up potential discrepancies):
- Rust impl matches the Python impl
- Rust test coverage at least matches the Python test module
The Python/Cython implementations can be considered the source of truth.
In preparation for cutting over to the Rust implementations of indicators, a valuable task would be to go through each indicator one by one with an LLM and check (an LLM would be ideal for picking up potential discrepancies):
The Python/Cython implementations can be considered the source of truth.