chapaty 1.1.4

An event-driven Rust engine for building and evaluating quantitative trading agents. Features a Gym-style API for algorithmic backtesting and reinforcement learning.
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;