Skip to content

Commit

Permalink
更新文档和changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou-JiaJun committed Aug 1, 2022
1 parent 67e7352 commit a2ab452
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
==================

4.11.0
==================
- 针对股票和ETF新增融资功能,新增 finance 和 repay API
- Account 新增 cash_liabilities(现金负债) 属性
- sys_account 新增 financing_rate(融资利率/年) 和 financing_stocks_restriction_enabled(是否开启融资可买股票池限制) 配置项
- 优化回测报告,在图例中显示基准的名称

4.10.1
==================
- 优化回测报告及返回值输出情况,增加最长回撤持续期相关指标
Expand Down
7 changes: 4 additions & 3 deletions docs/source/api/base_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,10 @@ time_rule - 定时间运行
* 每天十点运行

.. code-block:: python3
:linenos:
scheduler.run_daily(function, time_rule=physical_time(hour=10, minute=0))
.. code-block:: python3
:linenos:
scheduler.run_daily(function, time_rule=physical_time(hour=10, minute=0))
.. _api-base-types:

Expand Down

0 comments on commit a2ab452

Please sign in to comment.