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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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
    import logging
    2
    from asyncio import BaseEventLoop, gather, get_event_loop, sleep, Task
    3
    from functools import partial
    4
    from os import environ
    5
    from pybit import inverse_futures, inverse_perpetual
  2. starterbot starterbot Public

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

    Python 2 2