Hikyuu
EV_TwoLine.h
浏览该文件的文档.
1 /*
2  * EV_TwoLine.h
3  *
4  * Created on: 2016年5月17日
5  * Author: Administrator
6  */
7 
8 #ifndef TRADE_SYS_ENVIRONMENT_CRT_EV_TWOLINE_H_
9 #define TRADE_SYS_ENVIRONMENT_CRT_EV_TWOLINE_H_
10 
11 #include "../../../indicator/Operand.h"
12 #include "../EnvironmentBase.h"
13 
14 namespace hku {
15 
23 EVPtr HKU_API EV_TwoLine(const Operand& fast, const Operand& slow,
24  const string& market);
25 
26 } /* namespace hku */
27 
28 #endif /* TRADE_SYS_ENVIRONMENT_CRT_EV_TWOLINE_H_ */
shared_ptr< EnvironmentBase > EVPtr
Definition: EnvironmentBase.h:161
#define HKU_API
Definition: DataType.h:12
EVPtr HKU_API EV_TwoLine(const Operand &fast, const Operand &slow, const string &market)
快慢线判断策略,市场指数的快线大于慢线时,市场有效,否则无效。
Definition: TwoLineEnvironment.cpp:58
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11