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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: zillionare_trader_client-0.4.1.tar.gz
  • Upload date:
  • Size: 175.5 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.1.tar.gz
Algorithm Hash digest
SHA256 b2dbabaacf5d5b159300454c5eec425400e6268e9dad06b4f5cc0bfa5547c2dd
MD5 4522893ab4e30c8afa28ae6a29d625e5
BLAKE2b-256 edaea74d35ff5a5d29ffbe0fd0cb9887841d55b891166df2ea2482a38e136254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zillionare_trader_client-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bab01d274bb63d129c0a57231927905674a6d25fb24908c049d650e40d37a65a
MD5 38016dc79102234c7b9f9c61891a63cc
BLAKE2b-256 84c2241278c4baf566d90c577ec7a917e2897c9179c248a5e26b679bd222fff8

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