v1.1.31
- Adds return_signals config option. When set to true, return bar data, indicator data, and model predictions per symbol as part of backtest results.
- Adds support for custom fee calculation.
- Add optional Portfolio argument to backtest/walkforward methods.
- Adds round_test_result config option which allows users to disable rounding values in TestResult.
- Adds round_fill_price config option. Rounds fill prices to the nearest cent, enabled by default.
- Updates code for Pandas 2 compatibility.