Skip to content

Add support for trailing stop orders

Choose a tag to compare

@shlomiku shlomiku released this 18 Aug 21:38
· 323 commits to master since this release

In this release we add support for the new added feature - trailing stop:

  • submit_order now supports a new type trailing_stop.
  • 2 new optional args to submit_order: trail_price, trail_percent.

Bugs

  • Fix functions related to the Watchlist endpoint.