yuzu-core 0.5.1

Pure, I/O-free backtest engine core for US equity strategies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! DSL operations, grouped by family. Each submodule adds `impl Panel` methods.

pub mod arith;
pub mod cross_section;
pub mod indicators;
pub mod linalg;
pub mod neutralize;
pub mod rebalance;
pub mod rotation;
pub mod signals;
pub mod stat;
pub mod ta;