blksith0

Results 10 comments of blksith0

Not sure why we have `FUTURE_ORDER_TYPE_LIMIT_MAKER = 'LIMIT_MAKER'` in enums.py. There is no mention of `LIMIT_MAKER` in either USD or COIN futures in the API Docs. Using TIME_IN_FORCE_GTX instead...

``` while True: do_stuff(playwright) sleep(long_time) ``` Look at this beautiful loop. I cancel it with Ctrl+C, then I handle the KeyboardInterrupt exception. Except Ctrl+C messes with the playwright browser. That's...

@Rafiot Yes, I see that. I'm just not smart enough to know how I can send a SIGTERM to my program and use that to stop the loop.

It would be really great if I could terminate my loop and not have it kill the playwright browser. Can you please look into this?

Here, so if you convert your orderId list to a string without spaces, you get something like this: `[8476729388,8476729387,8476729398,8476729391,8476729386,8476729378,8476729392,8476729390,8476729381,8476729397]` Then you can send that over. `client.futures_coin_cancel_orders(symbol=symbol, orderIdList=batch)` Then edit **client.py**...

I have to restart the daemon every day with `acc` then option `4`. This behavior started several months ago.

> [REF](https://support.mozilla.org/en-US/questions/1162532) > > I'm using Firefox. I added `about:newtab` to Whitelisted URLs and it's working. >about:home >about:newtab >about:blank Can confirm that in Firefox, simply `about:newtab` worked.

No the focus is on the username field. The Auto-Type window pops up but I always have to click it it in order to search (if not found) or select...