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.6.21.tar.gz (11.8 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: vnpy_bybit-2021.6.21.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.1

File hashes

Hashes for vnpy_bybit-2021.6.21.tar.gz
Algorithm Hash digest
SHA256 1e73f846fad6dba3efceaa278bf9b6151a1300b92ef2f72f1a07305621e627d1
MD5 487e44d238b5e272116d0767050f7467
BLAKE2b-256 8e9634701f0b0d244dff7f897fefd309284f7db48e1b15f6af96460a20f22b90

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