ironcondor 0.0.1

High-performance backtesting engine for options trading strategies with order-book-level fill simulation. Built on OptionStratLib.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! # IronCondor
//!
//! High-performance backtesting engine for options trading strategies,
//! with order-book-level fill simulation.
//!
//! Built on [OptionStratLib](https://crates.io/crates/optionstratlib) for
//! pricing, Greeks and multi-leg strategy modeling, and
//! [option-chain-orderbook](https://crates.io/crates/option-chain-orderbook)
//! for realistic, liquidity-aware execution.
//!
//! **Status:** early development — this version reserves the crate name.
//! Follow progress at <https://github.com/joaquinbejar/IronCondor>.