Update ComboBot API parameters

Hi Maksym

Trying to do an updateComboBot .
Could you please allow step ,pair and ordersCount parameters to be updated via API

{ "settings": 
 { "step": "3.0",
   "pair": ["BTC_USDT"],
   "ordersCount": 10
  }
 } 

While you are at it can below parameters be included?

 { "settings": {
'baseOrderSize': '100',
'baseGridLevels': '10',
'baseStep': '10',
'gridLevel': '5',
'orderSize': '25',
'step': '2.5',
'stepScale': '1',
'volumeScale': '1' }
}

Thanks

Hello! We have received your request regarding updating the ComboBot API parameters to include ‘step’, ‘pair’, ‘baseOrderSize’, ‘baseGridLevels’, ‘baseSlOn’, ‘baseStep’, ‘gridLevel’, ‘stepScale’, and ‘volumeScale’. We appreciate your suggestions and will update you shortly. Your request has been recorded.

Hi Maksym

Any chance this can be implemented?

Hi,
this will be deployed tomorrow

1 Like

Step added.
Other you mentioned already exitst in update dca/combo bot

1 Like

Thanks for that
Can confirm step change works

I was trying pair change as well with the below payload and it didnt work
bot_id = 68ef06832306d92d3be528ce

payload = { "pair": [ "ALICE_USDT"], "step": "3.0"}

=== Requests ===
Status: 400
Response: {“status”:“NOTOK”,“reason”:“Some settings not supported in combo deals”}

Same message in swagger UI

Pair change is not supported for active combo bot.

that particular Combo bot status is closed though with no deals active

Sorry, typo. Pair change not available for combo bot at all

1 Like

all good. thanks for the fix.