This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
Releases: tony-ho/binance-oco
Releases · tony-ho/binance-oco
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.0
v2.4.1
v2.4.0
Changes
Validate orders against Binance API order test endpoint. This validates all trading rules on Binance end and replaces existing checks in code.
Replace node-binance-api dependency with binance-api-node.
Migrate source code to TypeScript.
v2.3.0
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.