Hikyuu
ATR.h
浏览该文件的文档.
1 /*
2  * ATR.h
3  *
4  * Created on: 2016年5月4日
5  * Author: Administrator
6  */
7 
8 #ifndef INDICATOR_CRT_ATR_H_
9 #define INDICATOR_CRT_ATR_H_
10 
11 #include "../Indicator.h"
12 
13 namespace hku {
14 
20 Indicator HKU_API ATR(int n = 14);
21 
28 Indicator HKU_API ATR(const Indicator& data, int n = 14);
29 
30 } /* namespace */
31 
32 #endif /* INDICATOR_CRT_ATR_H_ */
Indicator HKU_API ATR(int n=14)
平均真实波幅(Average True Range)
Definition: Atr.cpp:50
#define HKU_API
Definition: DataType.h:12
class HKU_API Indicator
Definition: IndicatorImp.h:27
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11