An Open-Source Gym-Style Backtesting Framework for Algorithmic Trading in Rust
Chapaty는 알고리즘 트레이딩을 위한 Rust 기반의 오픈소스 백테스트 프레임워크입니다.
Chapaty는 알고리즘 트레이딩을 위한 Rust 기반의 오픈소스 백테스트 프레임워크로, Gym 스타일의 API를 사용하여 효율적인 전략 구현을 지원합니다. 이 프레임워크는 전략 로직을 단일 'act' 함수에 통합하고, 주문 실행, 매칭 엔진, 데이터 동기화 및 보고 기능을 시뮬레이션 환경 뒤에 배치합니다. 또한, 9년의 시장 데이터를 1초 이내에 처리할 수 있으며, 아이디어 구상에서 백테스트 결과까지의 시간을 단축시키는 데 중점을 두고 있습니다.
Chapaty is an open-source Rust backtesting framework for algorithmic trading.
Chapaty is an open-source backtesting framework in Rust designed for algorithmic trading, utilizing a Gym-style API for efficient strategy implementation. It consolidates strategy logic within a single 'act' function and manages order execution, matching engine, data synchronization, and reporting behind the simulation environment. Notably, it can process 9 years of market data in under 1 second, emphasizing efficiency in the ideation to backtest result cycle.