更新文档编译告警

This commit is contained in:
fasiondog 2021-02-07 22:29:53 +08:00
parent e50dafb1dd
commit d0b1428bd7
24 changed files with 30 additions and 24 deletions

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu
.. highlightlang:: python
.. highlight:: python
全局变量与常量定义
===================

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu
.. highlightlang:: python
.. highlight:: python
基础数据类型
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu
.. highlightlang:: python
.. highlight:: python
杂项或辅助
=============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.indicator
.. highlightlang:: python
.. highlight:: python
Indicator
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.indicator
.. highlightlang:: python
.. highlight:: python
内建技术指标
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.indicator
.. highlightlang:: python
.. highlight:: python
技术指标总览
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.indicator
.. highlightlang:: python
.. highlight:: python
TA-Lib 包装
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.data_driver
.. highlightlang:: python
.. highlight:: python
自定义K线驱动
==============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu
.. highlightlang:: python
.. highlight:: python
证券管理
========
@ -206,6 +206,12 @@ StockManager/Block/Stock
:return: 日期列表
:rtype: DatetimeList
.. py:method:: is_holiday(self, d)
判断日期是否为节假日
:param Datetime d: 待判定的日期
.. py:method:: add_temp_csv_stock(self, code, day_filename, min_filename[, tick=0.01, tick_value=0.01, precision=2, min_trade_num = 1, max_trade_num=1000000])
从CSV文件K线数据增加临时的Stock可用于只有CSV格式的K线数据时进行临时测试。

View File

@ -1,5 +1,5 @@
.. currentmodule:: hikyuu.trade_manage
.. highlightlang:: python
.. highlight:: python
订单代理
============

View File

@ -1,5 +1,5 @@
.. currentmodule:: hikyuu.trade_manage
.. highlightlang:: python
.. highlight:: python
绩效统计
=========

View File

@ -1,5 +1,5 @@
.. currentmodule:: hikyuu.trade_manage
.. highlightlang:: python
.. highlight:: python
交易管理
==========

View File

@ -1,5 +1,5 @@
.. currentmodule:: hikyuu.trade_manage
.. highlightlang:: python
.. highlight:: python
基础数据结构
============

View File

@ -1,5 +1,5 @@
.. currentmodule:: hikyuu.trade_manage
.. highlightlang:: python
.. highlight:: python
交易成本算法
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
投资组合
=============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
选择器策略
=============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
系统有效条件
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
市场环境判定策略
================

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
资金管理策略
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
盈利目标策略
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
信号指示器
==========

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
移滑价差算法
============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
止损/止赢策略
=============

View File

@ -1,5 +1,5 @@
.. py:currentmodule:: hikyuu.trade_sys
.. highlightlang:: python
.. highlight:: python
系统框架
=============