hikyuu2/hikyuu_cpp/hikyuu/indicator/crt/HSL.h
2019-03-20 02:47:02 +08:00

22 lines
282 B
C++

/*
* HSL.h
*
* Created on: 2019年3月6日
* Author: fasiondog
*/
#ifndef INDICATOR_CRT_HSL_H_
#define INDICATOR_CRT_HSL_H_
#include "../Indicator.h"
namespace hku {
Indicator HKU_API HSL();
Indicator HKU_API HSL(const KData&);
}
#endif /* INDICATOR_CRT_HSL_H_ */