mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-04 12:57:45 +08:00
24 lines
427 B
C
24 lines
427 B
C
|
/*
|
||
|
* build_in.h
|
||
|
*
|
||
|
* Created on: 2012-10-15
|
||
|
* Author: fasiondog
|
||
|
*/
|
||
|
|
||
|
#ifndef INDICATOR_BUILD_IN_H_
|
||
|
#define INDICATOR_BUILD_IN_H_
|
||
|
|
||
|
#include "Indicator.h"
|
||
|
#include "crt/KDATA.h"
|
||
|
#include "crt/PRICELIST.h"
|
||
|
#include "crt/MA.h"
|
||
|
#include "crt/EMA.h"
|
||
|
#include "crt/AMA.h"
|
||
|
#include "crt/MACD.h"
|
||
|
#include "crt/VIGOR.h"
|
||
|
#include "crt/SAFTYLOSS.h"
|
||
|
#include "crt/DIFF.h"
|
||
|
#include "crt/STDEV.h"
|
||
|
|
||
|
#endif /* INDICATOR_BUILD_IN_H_ */
|