Skip to content

Debut 2.7.0

Compare
Choose a tag to compare
@BusinessDuck BusinessDuck released this 10 Nov 10:31
· 261 commits to master since this release
  • Fixed work with client deals
  • CID is generated in a more bizarre range of integers (no overflow)
  • this.orders.length got a fast alias for this.ordersCount
  • pipSize removed from this.instrument
  • margin: true / futures: true - removed from options, now instrumentType: "MARGIN", "FUTURES", "SPOT" manages trade accounts
  • Fixes for calculating equity
  • Improved the mechanism for closing all deals
  • Added bugs for launching non-existent strategies in the tester