Hikyuu
LLV.h
浏览该文件的文档.
1 /*
2  * LLV.h
3  *
4  * Created on: 2016年4月2日
5  * Author: fasiondog
6  */
7 
8 #ifndef INDICATOR_CRT_LLV_H_
9 #define INDICATOR_CRT_LLV_H_
10 
11 #include "../Indicator.h"
12 
13 namespace hku {
14 
19 Indicator HKU_API LLV(int n = 20);
20 
26 Indicator HKU_API LLV(const Indicator& ind, int n = 20);
27 
28 }
29 
30 #endif /* INDICATOR_CRT_LLV_H_ */
#define HKU_API
Definition: DataType.h:12
class HKU_API Indicator
Definition: IndicatorImp.h:27
Indicator HKU_API LLV(int n=20)
N日内最低价
Definition: LowLine.cpp:57
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11