Skip to main content

Zillionare Trader Client

Project description

大富翁交易客户端

trade-client是大富翁量化框架中用来交易的客户端。它对回测和实盘提供了几乎相同的接口,从而使得经过回测的策略,可以无缝切换到实盘环境中。

功能

  • 进行实盘和回测交易
  • 获取账号基本信息,比如本金、资产、持仓、盈亏及盈亏比等。
  • 交易函数,比如买入(限价和市价)、卖出(限价和市价)、撤单等
  • 查询委托、成交、持仓(当日和指定日期)
  • 查询一段时间内的账户评估指标,比如sharpe, sortino, calmar, voliality, win rate, max drawdown等。
  • 查询参照标的同期指标。

!!!Warning 在回测模式下,注意可能引起账户数据改变的操作,比如buysell等,必须严格按时间顺序执行,比如下面的例子: client.buy(..., order_time=datetime.datetime(2022, 3, 1, 9, 31)) client.buy(..., order_time=datetime.datetime(2022, 3, 4, 14, 31)) client.buy(..., order_time=datetime.datetime(2022, 3, 4, 14, 32)) client.sell(..., order_time=datetime.datetime(2022, 3, 7, 9, 31)) 是正确的执行顺序,但下面的执行顺序必然产生错误的结果(实际上服务器也会进行检测并报错误) client.buy(..., order_time=datetime.datetime(2022, 3, 1, 14, 31)) client.buy(..., order_time=datetime.datetime(2022, 3, 1, 9, 31)) client.sell(..., order_time=datetime.datetime(2022, 3, 7, 9, 31)) 策略需要自行决定是否允许这样的情况发生,以及如果发生失,会产生什么样的后果。

Credits

This package was created with zillionare/python project wizard project template.

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

zillionare_trader_client-0.4.2.tar.gz (175.6 kB view details)

Uploaded Source

Built Distribution

zillionare_trader_client-0.4.2-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file zillionare_trader_client-0.4.2.tar.gz.

File metadata

  • Download URL: zillionare_trader_client-0.4.2.tar.gz
  • Upload date:
  • Size: 175.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.8.16 Linux/5.4.0-146-generic

File hashes

Hashes for zillionare_trader_client-0.4.2.tar.gz
Algorithm Hash digest
SHA256 d90a756e0ed1b984981db290db4adae67bf2936fe59466fbf016e29420d6db29
MD5 e498af56a9f5c4af37c4b6267983da45
BLAKE2b-256 1c277ec7badbc63306e7acc9335780a7e5cc79ebf70174bbce80490acb5ad947

See more details on using hashes here.

File details

Details for the file zillionare_trader_client-0.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for zillionare_trader_client-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3a88b0d35e6e27a3859894f1747259fcdd0670610899d1546aea3dcd85478720
MD5 81f15e73445103d8e59830a16ae5caa2
BLAKE2b-256 09b8d334c005fc4b557369fe3774ed54863a7d9fa2995279220c2e35e6f6aa1c

See more details on using hashes here.

Supported by

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