Add support for trailing stop orders
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.