Hikyuu
命名空间 | 函数
SG_Single.h 文件参考
#include "../../../indicator/Indicator.h"
#include "../SignalBase.h"
SG_Single.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

 hku
 Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
 

函数

SignalPtr HKU_API hku::SG_Single (const Operand &ind, int filter_n=20, double filter_p=0.1, const string &kpart="CLOSE")
 单线拐点信号指示器 更多...
 
SignalPtr HKU_API hku::SG_Single2 (const Operand &ind, int filter_n=20, double filter_p=0.1, const string &kpart="CLOSE")
 单线拐点信号指示器2 更多...