hikyuu2/hikyuu_cpp/hikyuu/trade_instance/ama_sys/AmaInstance.h

22 lines
356 B
C++
Raw Normal View History

2016-04-03 00:08:31 +08:00
/*
* AmaInstance.h
*
* Created on: 2015312
2016-04-14 01:36:53 +08:00
* Author: fasiondog
2016-04-03 00:08:31 +08:00
*/
#pragma once
2016-04-03 00:08:31 +08:00
#ifndef AMAINSTANCE_H
#define AMAINSTANCE_H
#include "../../indicator/Indicator.h"
#include "../../Block.h"
namespace hku {
2019-11-10 23:31:41 +08:00
Indicator HKU_API AmaSpecial(const Block& block, KQuery query, Indicator ind);
2016-04-03 00:08:31 +08:00
} /* namespace hku*/
#endif /* AMAINSTANCE_H */