Skip to content

Releases: nice-table/bitmex-scaled-orders

Order value and internal changes

05 Jul 10:45
Compare
Choose a tag to compare

UI

  • Order form now shows the order value in XBT/BTC below amount field

Internal

  • Refactoring of how data state is managed and passed down to components (by using new React context API). This should make it easier to add support for futures.
  • Added unit tests for scaled order generator

Order execution instructions and chores

02 Jul 14:09
Compare
Choose a tag to compare
  • Added support for three new order execution instructions
    • Post-Only. If this order would have executed on placement, it will cancel instead (Guarantees maker fee).
    • Reduce-Only. A 'ReduceOnly' order can only reduce your position, not increase it.
    • Hidden. Order is not displayed in the book.
  • App is not restricted to 960 pixels width or whatever it was on desktop and uses full screen width now.
  • Upgrade of various packages