Skip to content
View dkendrick's full-sized avatar

Block or report dkendrick

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Python script to assist algo by twap...Python script to assist algo by twapping down a Bybit hedged position, one is a futures and one a perp. Requires the new bybit python library pybit.
    1
    importlogging
    2
    fromasyncioimportBaseEventLoop, gather, get_event_loop, sleep, Task
    3
    fromfunctoolsimportpartial
    4
    fromosimportenviron
    5
    frompybitimportinverse_futures, inverse_perpetual
  2. starterbotstarterbotPublic

    A very basic starter bot based on CryptoKKing with a small balance

    Python 1 2