Skip to content
View dkendrick's full-sized avatar

Block or report dkendrick

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 1 2