another example from the grid output:
origQty: '0.00027000', means the original request was for the wrong quantity which should have been '0.00028000' (Quantity of related buy order).
Otherwise I like the results from sga strategy but this need to be fixed.
{
info: {
symbol: 'BTCUSDT',
orderId: XXXXXXXXXX,
orderListId: -1,
clientOrderId: 'x-XXXXXXX',
transactTime: 1641604459213,
price: '0.00000000',
origQty: '0.00027000',
executedQty: '0.00027000',
cummulativeQuoteQty: '11.39005800',
status: 'FILLED',
timeInForce: 'GTC',
type: 'MARKET',
side: 'SELL',
fills: [ [Object] ]
},