Add order cancellation and position liquidation endpoints
We've added a few new methods to the Alpaca API, described below.
cancel_all_orders(): Cancels all open orders.
close_position(symbol): Closes any open position for the given symbol at market price.
close_all_positions(): Closes all open positions at market price.
Official documentation can be found here:
https://docs.alpaca.markets/api-documentation/api-v2/orders/#cancel-all-orders
https://docs.alpaca.markets/api-documentation/api-v2/positions/#close-all-positions