Skip to content

martin-binance 1.3.2-2

Compare
Choose a tag to compare
@DogsTailFarmer DogsTailFarmer released this 01 Jul 14:29
· 210 commits to public since this release

v1.3.2-2 2023-07-01

Fix

  • Incorrect internal accounting of active orders
  • Changed StrategyBase.orders from list to dict
  • Some improvements in save/restore

v1.3.2 2023-06-29

Fix

  • buffered_orders() was try fetch orders and generate event on stopped strategy, full refactoring restore
    from saved state

Update

  • remove all_trades and all_orders class variables from StrategyBase as redundant
  • Up requirements for exchanges-wrapper to 1.3.2

v1.3.1-2 2023-06-28

Update

  • funds_rate_exporter: optimized response rate to free balance change
  • client session id changed from uuid to shortuuid

Added for new features

  • optuna: add visualization contour_plot and slice_plot