mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-05 05:17:47 +08:00
22 lines
282 B
C++
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_ */
|