You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
Add closed_positions() as a standardized method. It should return a list of executed trades from the exchanges private API. It likely has a different name at each exchange.
Assert that closed_orders() is available on each supported exchange (Trade history, closed positions or similar)
Create PairFormatter Unittest
Create Endpoint Unittests
Implement Endpoint in RESTInterface class
Implement Endpoint in Exchange Interfaces
The text was updated successfully, but these errors were encountered:
Add
closed_positions()
as a standardized method. It should return a list of executed trades from the exchanges private API. It likely has a different name at each exchange.closed_orders()
is available on each supported exchange (Trade history, closed positions or similar)RESTInterface
classThe text was updated successfully, but these errors were encountered: