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

命名空间

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

函数

HKU_API std::ostream & hku::operator<< (std::ostream &os, const Indicator &indicator)
 
HKU_API Indicator hku::operator+ (const Indicator &, const Indicator &)
 Indicator实例相加,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator+ (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator+ (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator- (const Indicator &, const Indicator &)
 Indicator实例相减,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator- (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator- (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator* (const Indicator &, const Indicator &)
 Indicator实例相乘,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator* (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator* (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator/ (const Indicator &, const Indicator &)
 Indicator实例相除,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator/ (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator/ (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator== (const Indicator &, const Indicator &)
 Indicator实例相等,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator== (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator== (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator!= (const Indicator &, const Indicator &)
 Indicator实例不相等,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator!= (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator!= (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator> (const Indicator &, const Indicator &)
 Indicator实例大于操作,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator> (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator> (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator< (const Indicator &, const Indicator &)
 Indicator实例小于操作,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator< (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator< (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator>= (const Indicator &, const Indicator &)
 Indicator实例大于操作,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator>= (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator>= (price_t val, const Indicator &ind)
 
HKU_API Indicator hku::operator<= (const Indicator &, const Indicator &)
 Indicator实例小于操作,两者的size必须相等,否在返回空 更多...
 
HKU_API Indicator hku::operator<= (const Indicator &ind, price_t val)
 
HKU_API Indicator hku::operator<= (price_t val, const Indicator &ind)