Hikyuu
REF.h
浏览该文件的文档.
1 /*
2  * REF.h
3  *
4  * Created on: 2015年3月21日
5  * Author: fasiondog
6  */
7 
8 #ifndef INDICATOR_CRT_REF_H_
9 #define INDICATOR_CRT_REF_H_
10 
11 #include "../Indicator.h"
12 
13 namespace hku {
14 
22 Indicator HKU_API REF(int n);
23 
32 Indicator HKU_API REF(const Indicator& ind, int n);
33 
34 } /* namespace hku */
35 
36 #endif /* INDICATOR_CRT_REF_H_ */
Indicator HKU_API REF(int n)
REF 向前引用 (即右移) 引用若干周期前的数据。 用法: REF(X,A) 引用A周期前的X值。 ...
Definition: RightShift.cpp:41
#define HKU_API
Definition: DataType.h:12
class HKU_API Indicator
Definition: IndicatorImp.h:27
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11