Hikyuu  0.1
Atr.h
浏览该文件的文档.
1 /*
2  * Atr.h
3  *
4  * Created on: 2016年5月4日
5  * Author: Administrator
6  */
7 
8 #ifndef INDICATOR_IMP_ATR_H_
9 #define INDICATOR_IMP_ATR_H_
10 
11 #include "../Indicator.h"
12 
13 namespace hku {
14 
15 class Atr: public IndicatorImp {
18 
19 public:
20  Atr();
21  virtual ~Atr();
22 };
23 
24 } /* namespace hku */
25 
26 #endif /* INDICATOR_IMP_ATR_H_ */
virtual ~Atr()
Definition: Atr.cpp:16
#define INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
Definition: IndicatorImp.h:168
指标实现类,定义新指标时,应从此类继承
Definition: IndicatorImp.h:33
Definition: Atr.h:15
#define INDICATOR_IMP(classname)
Definition: IndicatorImp.h:178
Atr()
Definition: Atr.cpp:12
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11