Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Releases: ArneWouters/BYTRA

v1.2.0

25 Aug 21:55
Compare
Choose a tag to compare
  • Added t flag to specify to use the testnet config
  • Added stop loss based on given percentage by strategy
  • Fixed issues with retCodes on placing/updating orders
  • Fixed other issues related to placing/updating orders

v1.1.0

23 Aug 19:47
Compare
Choose a tag to compare
  • Added ability to place limit orders
  • Added new example strategy "EMA"
  • Added timer and function to send heartbeat packets on the websocket
  • Added data structure to keep track of the top of the order book
  • Improved connecting to the websocket

v1.0.0

21 Aug 11:34
Compare
Choose a tag to compare

This is the first release of BYTRA 🎉

  • Automatically places market orders using API call at entry positions returned by a strategy
  • Updates candles by listening to the websocket
  • Removes unused candles after a while