Expand description
Trading strategy machinery and orchestration PoseiTrader.
The trading crate provides core trading capabilities including:
- Forex sessions: Market session time calculations and timezone handling.
§Feature flags
This crate provides feature flags to control source code inclusion during compilation, depending on the intended use case, i.e. whether to provide Python bindings for the posei_trader Python package, or as part of a Rust only build.
python
: Enables Python bindings from PyO3.