Skip to content

Releases: edtechre/pybroker

v1.1.24

24 Jun 22:19
Compare
Choose a tag to compare

v1.1.23

18 Jun 20:13
Compare
Choose a tag to compare

v1.1.22

15 Jun 03:55
Compare
Choose a tag to compare
  • Checks stops before scheduled orders are placed.
  • Check that stop fill price is within the bar's low-high range.

v1.1.20

12 Jun 19:14
Compare
Choose a tag to compare
  • 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

04 Jun 21:22
Compare
Choose a tag to compare

Adds adjust argument to DataSource#query for specifying adjustments.

v1.1.18

02 Jun 22:35
Compare
Choose a tag to compare

Adds warmup argument to backtest and walkforward.

v1.1.17

02 Jun 01:39
Compare
Choose a tag to compare

Adds AKShare DataSource for fetching Chinese stock data.

v1.1.16

28 May 19:56
Compare
Choose a tag to compare

Adds support for slippage models. Adds a RandomSlippageModel implementation. Custom slippage models can extend the SlippageModel base class.

v1.1.13

24 May 18:28
Compare
Choose a tag to compare

Minor fix for max drawdown calculation to include first market value change, in case the first market value change results in a drawdown and the strategy only trades once.

v1.1.12

23 May 06:31
Compare
Choose a tag to compare

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.