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

命名空间

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

函数

Indicator HKU_API hku::AMA (int n=10, int fast_n=2, int slow_n=30)
 佩里.J 考夫曼(Perry J.Kaufman)自适应移动平均,参见《精明交易者》(2006年 广东经济出版社) 更多...
 
Indicator HKU_API hku::AMA (const Indicator &indicator, int n=10, int fast_n=2, int slow_n=30)
 佩里.J 考夫曼(Perry J.Kaufman)自适应移动平均,参见《精明交易者》(2006年 广东经济出版社) 更多...