Releases: backslash-f/swift-trader
Releases · backslash-f/swift-trader
0.16.1
- Remove everything FTX-related.
- Add unit tests for covering the stop/limit calculation logic.
- Lint with SwiftLint.
0.16.0
Add Binance support:
- Authentication
- New order API
Notice that only MARKET
orders are supported for now, but it can be easily modified / customized.
0.15.0
Add support for:
- Listing active Spot orders (https://docs.kucoin.com/#list-orders)
- Listing active Spot stop orders (https://docs.kucoin.com/#list-stop-orders)
- Cancelling all untriggered stop orders of a given symbol (https://docs.kucoin.com/#cancel-orders)
0.14.0
Add support for creating a new (spot) stop limit order.
0.13.0
Add support for Kucoin Spot Get Transferable. Also some refactoring.
0.12.0
Add support to Kucoin's "Get an Account" (spot).
0.11.0
-
Keep all environments separated:
- Production spot
- Sandbox spot
- Production futures
- Sandbox futures
-
Add spot / futures authentication
-
Add list accounts spot support
0.10.7
Fix FTX sell side
0.10.6
Log the order size.
0.10.5
Fix stop price calculation issue
Log the side of the operation.