Skip to main content

Bybit gateway for vn.py quant trading framework.

Project description

vn.py框架的BYBIT交易接口

说明

基于BYBIT交易所的接口开发,支持永续合约交易。

安装

下载解压后在cmd中运行

python setup.py install

使用

以脚本方式启动(script/run.py):

from vnpy.event import EventEngine
from vnpy.trader.engine import MainEngine
from vnpy.trader.ui import MainWindow, create_qapp

from vnpy_Bybit import BybitGateway


def main():
    """主入口函数"""
    qapp = create_qapp()

    event_engine = EventEngine()
    main_engine = MainEngine(event_engine)
    main_engine.add_gateway(BybitGateway)
    
    main_window = MainWindow(main_engine, event_engine)
    main_window.showMaximized()

    qapp.exec()


if __name__ == "__main__":
    main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vnpy_bybit-2021.10.25.tar.gz (11.8 kB view details)

Uploaded Source

File details

Details for the file vnpy_bybit-2021.10.25.tar.gz.

File metadata

  • Download URL: vnpy_bybit-2021.10.25.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.1

File hashes

Hashes for vnpy_bybit-2021.10.25.tar.gz
Algorithm Hash digest
SHA256 d492de513da06405ef9d11d8a544691450e396f752defe552304af62c959f38f
MD5 18fc2f07d2e77313a80daeb2ea5fe35a
BLAKE2b-256 c56bf5d0d8dd597fe5bc7db27d4da5fbcbf1e38bc39e334ead666f1a87cfd487

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page