Skip to main content

IBATS(Integration Backtest Analysis Trade System)的公共模块,所有Feeder, Trader均集成这个模块,并使用其提供的一些公共工具

Project description

IBATSCommon

Build Status GitHub issues GitHub forks GitHub stars GitHub license HitCount Twitter

IBATS(Integration Backtest Analysis Trade System)的公共模块,所有Feeder, Trader均集成这个模块,并使用其提供的一些公共工具

修改历史:

  • 2020-09-30 v0.19.7

对非平稳因子,如果sdt<10 使用diff(1) 否则使用 pct_change

  • 2020-09-22 v0.19.6

pct_change 因子中 inf 值转化为当前序列的最大值或最小值(取决于是正无穷,还是负无穷)

  • 2020-09-22 v0.19.6

增加 add_pct_change_columns=True 在 add_factor_of_price,实现对非平稳序列增加相应的 pct_change 列

  • 2020-09-11 v0.18.7

增强 market2 中的成交价格形成机制,支持通过 DealPriceScheme 参数化控制

  • 2020-09-05 v0.18.6

增加 market2.py 市场模拟工具

  • 2020-02-09

remove keras add dependence tensorflow>=2.1.0. keras is replaced by tensorflow.keras

  • 2020-01-29

market2 在 market 基础上进行修改:调整 action 数值,为了更加适应 one_hot 模式,调整 long=0, short=1 close=2, keep=3。
flag转化为 one hot 模式。

  • 2020-01-22

remove " and is_windows_os()" on if condition of plot_or_show function.

  • 在此之前的历史就不记录了

编译命令

python setup.py build bdist_wheel
twine upload dist/*

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

IBATS_Common-0.19.8-py3-none-any.whl (149.5 kB view hashes)

Uploaded Python 3

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