Skip to content

martin-binance 2.0.2

Compare
Choose a tag to compare
@DogsTailFarmer DogsTailFarmer released this 26 Nov 18:22
· 131 commits to public since this release

2.0.2 - 2023-11-26

Fix

  • Version tags

2.0.1 - 2023-11-26

Fix

  • "Groggy" state after start canceling grid before update it

Update

  • Improved calc_over_price()

2.0.0.post2 - 2023-11-24

Fix

  • Exception buffered_orders: 'NoneType' object is not subscriptable #68

2.0.0.post1 - 2023-11-23

Fix

  • Fix issue detected by SonarCloud

2.0.0 - 2023-11-23

Fix

  • Order price must be higher than the minimum price #67

Update

  • Up requirements for exchanges-wrapper==1.4.0
  • Some minor improvements

2.0.0rc8 - 2023-11-16

Fix

  • Handling of partially filled TP when Reverse hold
  • Part filled TP and part filled grid orders, unnecessary adjustment sum_amount_

Update

  • Refine cli_X_AAABBB.py
  • Remove db support to module
  • Remove Telegram support to module
  • README.md updated
  • Clear from margin code fragments compatibility
  • decimal.Decimal calculation for all modules was implemented
  • Up requirements for exchanges-wrapper==1.4.0rc6

2.0.0rc1 - 2023-11-01

Added for new features

  • Bybit exchange V5 API support implemented. Supported account type is
    Unified Trading Account,
    for main and sub-accounts. Spot Trading only.

Update

  • Lost compatibility with margin.de terminal. Scripts developed for use with the terminal can be run as
    executable modules, but not the other way around.
  • The logic and implementation of monitoring exceptional situations when placing and deleting orders has been updated.
  • Improved gRPC outage exception handling
  • Up requirements