Peter Lai

Results 157 comments of Peter Lai

Thanks for your reply. It's been a while, and we switch to another encoding. By the way, I found documentation about integer size on erlang website: http://erlang.org/doc/apps/erts/erl_ext_dist.html#integer_ext. Hope this helps.

@mjwvb I've test on the testnet and check the verbose log, the message and timestamp look normal, there is lag but the reason is the trading time. eg. ```BASH 2024-04-13T09:44:20.824Z...

Hi @skinderis Are you sure there is ticker for the missing symbol? Can you paste verbose log?

@ydwang83 would you like to paste verbose log or your code snippet?

@MrMechanical because the order type is market, and it would be matched when you create. You can use `fetchClosedOrders` instead.

@skuvv would you like to add this in params `'consolidation': 'market'` https://docs.kraken.com/rest/#tag/Account-Data/operation/getOpenPositions before we unify the behavior?

@mjwvb thanks, we'll update this asap. BTW, could you overwrite the ws options before we fix?

Hi @kooomix May I ask does the limit order supposed to have this partial fills situation?

Hi @maydo7777 `fetch_open_orders` and `cancel_order` should work if you add `params={'stop': True}`, if not would you like to give more information about the request (remember to remove sensitive credentials)? Unfortunately,...

@zydjohnHotmail would you like to paste the http response from exchange `verbose: true`?