Implement adjusting positions and begin writing live tests for AMS
This commit is contained in:
@@ -121,7 +121,7 @@ class AlpacaExchange(BaseExchange):
|
||||
trade.save()
|
||||
return order
|
||||
|
||||
def close_trade(self, trade_id): # TODO
|
||||
def close_trade(self, trade_id, units=None): # TODO
|
||||
"""
|
||||
Close a trade
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user