hikyuu2/hikyuu_cpp/hikyuu/indicator/build_in.h

19 lines
311 B
C++
Raw Normal View History

2015-01-07 01:26:14 +08:00
/*
* build_in.h
*
* Created on: 2012-10-15
* Author: fasiondog
*/
#ifndef INDICATOR_BUILD_IN_H_
#define INDICATOR_BUILD_IN_H_
2016-04-03 00:08:31 +08:00
#include "Operand.h"
2015-01-07 01:26:14 +08:00
#include "Indicator.h"
2019-03-15 23:35:09 +08:00
#include "crt/KDATA.h"
#include "crt/PRICELIST.h"
#include "crt/SMA.h"
#include "crt/EMA.h"
2015-01-07 01:26:14 +08:00
#endif /* INDICATOR_BUILD_IN_H_ */