Jonathan Fulcher
Jonathan Fulcher
Is there any plan to implement http -> https in app runner directly? It would be nice to know if this is even planned.
I changed the code to the following and it seems to work. ``` if (stopOrderId === undefined) { const orderLinkId = this.safeString (params, 'order_link_id'); if (orderLinkId === undefined) { request['order_id']...
note the same bug exists in fetchOrder also note that I'm checking this inside bybit.js
Note also that editOrder would also need changing to allow editing of conditional orders.
I’m not sure i understand. This is python, im using js. And this code appears to contain the same problem.
no this does not work, did you look at my temporary hack solution? the problem is in this code ``` if (stopOrderId === undefined) { const orderLinkId = this.safeString (params,...
while you're looking at this I refer you to another issue I just posted: https://github.com/ccxt/ccxt/issues/11159
Stop orders have a different end point in the api. If you try to post a cancel using the link id to the normal end point it does not cancel...
i see. sorry I didn't understand what you were referring to. I'm just trying to get the bug fixed :-)
I looked again at the link you sent. I am still a bit lost. I don't know which method you are referring to.