Closed Podolchak closed 5 months ago
Is there a universal way to take open orders for long and short separately?
orders = await exchange.fetchOpenOrders(symbol)
I can take information about the direction from Info, but it is information from a particular exchange, is there a universal way ?
Is there a universal way to take open orders for long and short separately?
orders = await exchange.fetchOpenOrders(symbol)
I can take information about the direction from Info, but it is information from a particular exchange, is there a universal way ?