Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@tony-ho tony-ho released this 26 Apr 12:13
· 64 commits to master since this release

Changes

Use bignumber.js for price/amount arithmetic (#10)

Remove trading rule validations for orders that would be placed immediately and fail validation on the Binance end ie:

  • all buy orders
  • stop orders when no buy order
  • target orders when no buy or stop order

Validate remaining scenarios to prevent order failure after a position
has been entered.