Skip to content

(v2.0.0) Trailing Limit Order

Compare
Choose a tag to compare
@Effanuel Effanuel released this 22 Aug 20:55
· 13 commits to master since this release
c026829

New Features:

  • Added option to place a limit order as close to market price as possible to trail it using websocket #10
  • Moved display of current ticker price to separate container
  • Added container for placing market orders

Bug fixes:

  • Fix compatibility with Unix #7
  • Added option to subscribe to testnet #5

Technical things and goals:

  • Currently on page load, it subscribes to XBTUSD, ETHUSD, XRPUSD and order topics, which may bring to some people unnecessary load on their computers and network load;
  • There are no integration/e2e tests currently;
  • CI needs to be added;
  • Too many any types in the code;

Note: if you are planning to fork this repo for scaled orders, the most important code for that is in this and this file.