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

命名空间

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

函数

Indicator HKU_API hku::MACD (int n1=12, int n2=26, int n3=9)
 MACD平滑异同移动平均线 更多...
 
Indicator HKU_API hku::MACD (const Indicator &data, int n1=12, int n2=26, int n3=9)
 MACD平滑异同移动平均线 更多...