Releases: edtechre/pybroker
Releases · edtechre/pybroker
v1.1.24
- Moves AKShare DataSource to pybroker.ext.data to temporarily fix import issue with AKShare on macOS.
v1.1.23
-
Adds exit_price option for stops. When set, stops are checked against the exit price and exit at the exit price when triggered. Adds the following fields to ExecContext:
v1.1.22
v1.1.20
- Adds new performance metrics:
Annualized Return %
Sortino Ratio
Calmar Ratio
Annualized Volatility %
Annualized Std. Error
The annualized metrics are enabled by setting the StrategyConfig#bars_per_year option.
v1.1.19
v1.1.18
v1.1.17
v1.1.16
Adds support for slippage models. Adds a RandomSlippageModel implementation. Custom slippage models can extend the SlippageModel base class.
v1.1.13
v1.1.12
Adds support for returning the names of input columns from a training function. The columns specify the input data to be used for the trained model when making predictions.