Hikyuu
VIGOR.h
浏览该文件的文档.
1 /*
2  * VIGOR.h
3  *
4  * Created on: 2013-4-12
5  * Author: fasiondog
6  */
7 
8 #ifndef VIGOR_H_
9 #define VIGOR_H_
10 
11 #include "../Indicator.h"
12 
13 namespace hku {
14 
27 Indicator HKU_API VIGOR(const KData& kdata, int n = 2);
28 
29 Indicator HKU_API VIGOR(const Indicator& ind, int n = 2);
30 
31 Indicator HKU_API VIGOR(int n = 2);
32 
33 } /* namespace */
34 
35 #endif /* VIGOR_H_ */
Indicator HKU_API VIGOR(const KData &kdata, int n=2)
亚历山大 艾尔德力度指数
Definition: Vigor.cpp:92
#define HKU_API
Definition: DataType.h:12
class HKU_API Indicator
Definition: IndicatorImp.h:27
class HKU_API KData
Definition: Stock.h:21
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11