Skip to content

Releases: backslash-f/swift-trader

0.16.1

01 Nov 22:44
Compare
Choose a tag to compare
0.16.1 Pre-release
Pre-release
  • Remove everything FTX-related.
  • Add unit tests for covering the stop/limit calculation logic.
  • Lint with SwiftLint.

0.16.0

15 Dec 22:03
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

Add Binance support:

Notice that only MARKET orders are supported for now, but it can be easily modified / customized.

0.15.0

12 Aug 19:31
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

Add support for:

0.14.0

12 Aug 14:25
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

Add support for creating a new (spot) stop limit order.

0.13.0

11 Aug 16:05
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

Add support for Kucoin Spot Get Transferable. Also some refactoring.

0.12.0

30 Jul 23:23
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

0.11.0

17 Jul 20:05
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • Keep all environments separated:

    • Production spot
    • Sandbox spot
    • Production futures
    • Sandbox futures
  • Add spot / futures authentication

  • Add list accounts spot support

0.10.7

05 May 21:26
Compare
Choose a tag to compare
0.10.7 Pre-release
Pre-release

Fix FTX sell side

0.10.6

22 Mar 20:21
Compare
Choose a tag to compare
0.10.6 Pre-release
Pre-release

Log the order size.

0.10.5

18 Mar 23:34
Compare
Choose a tag to compare
0.10.5 Pre-release
Pre-release

Fix stop price calculation issue
Log the side of the operation.