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

浏览源代码.

命名空间

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

函数

Indicator HKU_API hku::PRICELIST (const PriceList &, int discard=0)
 包装PriceList成Indicator 更多...
 
Indicator HKU_API hku::PRICELIST (const Indicator &ind, int result_index=0)
 将某指标转化为PRICELIST 更多...
 
Indicator HKU_API hku::PRICELIST (int result_index=0)
 将某指标转化为PRICELIST 更多...
 
Indicator HKU_API hku::PRICELIST (price_t *data, size_t total)
 包装 price_t 数组成Indicator,用于计算其他指标 更多...