Hikyuu
SAFTYLOSS.h
浏览该文件的文档.
1 /*
2  * SAFTYLOSS.h
3  *
4  * Created on: 2013-4-12
5  * Author: fasiondog
6  */
7 
8 #ifndef SAFTYLOSS_H_
9 #define SAFTYLOSS_H_
10 
11 #include "../Indicator.h"
12 
13 namespace hku {
14 
33  int n1 = 10, int n2 = 3, double p = 2.0);
34 
51 Indicator HKU_API SAFTYLOSS(int n1 = 10, int n2 = 3, double p = 2.0);
52 
53 } /* namespace */
54 
55 #endif /* SAFTYLOSS_H_ */
Indicator HKU_API SAFTYLOSS(const Indicator &data, int n1=10, int n2=3, double p=2.0)
亚历山大 艾尔德安全地带止损
Definition: SaftyLoss.cpp:96
#define HKU_API
Definition: DataType.h:12
class HKU_API Indicator
Definition: IndicatorImp.h:27
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11