quantwave-core 0.6.0

A high-performance, Polars-native technical analysis library for Rust.
Documentation
1
2
3
4
{
  "input": [100.0, 101.0, 102.0, 101.5, 103.0, 104.0, 103.5, 105.0, 106.0, 107.0, 106.5, 108.0],
  "expected": [null, null, null, 42.18, 43.696, 44.092, 43.044, 44.528, 44.924, 45.376, 44.26, 45.776]
}