yuzu-core 0.2.0

Pure, I/O-free backtest engine core for US equity strategies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 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 ta;