| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-17 | 2.8 kB | |
| v2.0.0 source code.tar.gz | 2026-08-17 | 1.8 MB | |
| v2.0.0 source code.zip | 2026-08-17 | 2.0 MB | |
| Totals: 3 Items | 3.8 MB | 0 | |
Requires Python 3.11+.
- Multiple time intervals
- Margin trading
- Rotational trading
- Parameter optimization with Optuna
- Time series models and multi-symbol models
- Dynamic symbol selection
- Fill-time slippage
- Parallelization
- Ranking with
long_score/short_score - Position limits via
set_max_long_positions/set_max_short_positions to_json/to_json_stron backtest and optimize results- Agent Skills
ATRindicator andbars_to_df- Broad NumPy/Numba performance improvements
Breaking changes — see the changelog for details.
- Rotation API replaces
PosSizeContext,set_pos_size_handler, andExecSignal ExecContext.scoreandStrategyConfig.max_*_positionsare deprecated- Unified slippage API;
RandomSlippageModelremoved - Bootstrap, parallel, and position/portfolio recording defaults changed
akshareis no longer an install dependency- Fixes to Calmar, Ulcer,
unrealized_pnl, and annualized return