Hikyuu
命名空间 | 函数
IND_LOGIC.cpp 文件参考
#include "IND_LOGIC.h"
IND_LOGIC.cpp 的引用(Include)关系图:

命名空间

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

函数

HKU_API Indicator hku::IND_AND (const Indicator &, const Indicator &)
 对两个Indicator执行与操作 更多...
 
HKU_API Indicator hku::IND_AND (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::IND_AND (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::IND_OR (const Indicator &, const Indicator &)
 对两个Indicator执行或操作 更多...
 
HKU_API Indicator hku::IND_OR (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::IND_OR (price_t val, const Indicator &ind)