Hikyuu
AmaInstance.h
浏览该文件的文档.
1 /*
2  * AmaInstance.h
3  *
4  * Created on: 2015年3月12日
5  * Author: fasiondog
6  */
7 
8 #ifndef AMAINSTANCE_H
9 #define AMAINSTANCE_H
10 
11 #include "../../indicator/Indicator.h"
12 #include "../../Block.h"
13 
14 namespace hku {
15 
16 Indicator HKU_API AmaSpecial(const Block& block, KQuery query,
17  Indicator ind);
18 
19 } /* namespace hku*/
20 
21 #endif /* AMAINSTANCE_H */
22 
23 
24 
#define HKU_API
Definition: DataType.h:12
class HKU_API Indicator
Definition: IndicatorImp.h:27
Indicator HKU_API AmaSpecial(const Block &block, KQuery query, Indicator ama)
Definition: AmaInstance.cpp:14
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11