Closed seralekseenko closed 3 months ago
I think: the limit in arguments would be a solution.
limit
Something like this:
def get_closed_orders(orders_limit): """ Returns a string with the closed orders for the account. Use the orders_limit for getting lightweight results. """ # solution below
done, limit now is argument, I suggest not to ask for more than 10 :D
I think: the
limit
in arguments would be a solution.Something like this: