Skip to content

Releases: forkcs/bitmex-supervisor

Minor changes

12 May 16:08
Compare
Choose a tag to compare
v0.6.2

Update version and README.

Minor changes

12 May 15:41
Compare
Choose a tag to compare

Remove _on_cancel callback as useless, write tests, fix bugs.

Trailing stops

12 May 11:08
Compare
Choose a tag to compare

You can make "trailing" any type of order, even simple limit order can be trailing.
Current implementation of trailing stops is not stable, so we will be pleased to your little help to us.

Fix many bugs

11 May 08:48
Compare
Choose a tag to compare
v0.5.3

Update README.md, example.py and version.

Fix some bugs

10 May 17:05
Compare
Choose a tag to compare

Fix the bug when supervisor placed and cancelled same orders infinitely.

Optional disabling supervising and improve stability

10 May 12:53
Compare
Choose a tag to compare
v0.5.0

Update README and version.

Set up logging

09 May 13:01
Compare
Choose a tag to compare
v0.4.3

Cunfigure logging. Update publish and build files.

Float prices

08 May 09:38
Compare
Choose a tag to compare

Do not use Decimal prices

Fix some bugs

08 May 09:16
Compare
Choose a tag to compare

Fix bugs in websocket api connector.

Managing position size on the account

08 May 08:15
Compare
Choose a tag to compare

Added features to set and maintain position size. For more details see README and example.py