Hikyuu
WEAVE.h
浏览该文件的文档.
1 /*
2  * SMA.h
3  *
4  * Created on: 2017年4月19日
5  * Author: fasiondog
6  */
7 
8 #ifndef INDICATOR_CRT_WEAVE_H_
9 #define INDICATOR_CRT_WEAVE_H_
10 
11 #include "../Indicator.h"
12 
13 namespace hku {
14 
21 Indicator HKU_API WEAVE(const Indicator& ind);
22 
24 
25 } /* namespace */
26 
27 
28 
29 #endif /* INDICATOR_CRT_WEAVE_H_ */
Indicator HKU_API WEAVE(const Indicator &ind)
将ind的结果组合在一起放在一个Indicator中。如ind = WEAVE(ind1); ind=ind(ind2)。 则此时ind包含两个结果...
Definition: Weave.cpp:82
#define HKU_API
Definition: DataType.h:12
class HKU_API Indicator
Definition: IndicatorImp.h:27
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11