mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-29 18:39:10 +08:00
更新文档编译告警
This commit is contained in:
parent
e50dafb1dd
commit
d0b1428bd7
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
全局变量与常量定义
|
||||
===================
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
基础数据类型
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
杂项或辅助
|
||||
=============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.indicator
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
Indicator
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.indicator
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
内建技术指标
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.indicator
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
技术指标总览
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.indicator
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
TA-Lib 包装
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.data_driver
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
自定义K线驱动
|
||||
==============
|
||||
|
@ -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线数据时,进行临时测试。
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. currentmodule:: hikyuu.trade_manage
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
订单代理
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. currentmodule:: hikyuu.trade_manage
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
绩效统计
|
||||
=========
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. currentmodule:: hikyuu.trade_manage
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
交易管理
|
||||
==========
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. currentmodule:: hikyuu.trade_manage
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
基础数据结构
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. currentmodule:: hikyuu.trade_manage
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
交易成本算法
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
投资组合
|
||||
=============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
选择器策略
|
||||
=============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
系统有效条件
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
市场环境判定策略
|
||||
================
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
资金管理策略
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
盈利目标策略
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
信号指示器
|
||||
==========
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
移滑价差算法
|
||||
============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
止损/止赢策略
|
||||
=============
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. py:currentmodule:: hikyuu.trade_sys
|
||||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
|
||||
系统框架
|
||||
=============
|
||||
|
Loading…
Reference in New Issue
Block a user