chapaty 1.0.0

High-performance backtesting and financial simulation framework for trading strategies and reinforcement learning agents. Async-first, Gym-like API in Rust.
Documentation
1
2
3
4
5
6
7
8
pub mod common;
pub mod config;
pub mod domain;
pub mod episode;
pub mod event;
pub mod filter;
pub mod indicator;
pub mod view;