hikyuu2/hikyuu_cpp/hikyuu/indicator/imp
2019-05-01 19:16:28 +08:00
..
Ama.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
Ama.h update 2019-03-20 02:47:02 +08:00
Atr.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
Atr.h update 2019-03-20 02:47:02 +08:00
ConstantValue.cpp fixed IF bug, when input unequal lenght; modify CVAL and test 2019-04-10 01:28:02 +08:00
ConstantValue.h update 2019-03-18 23:12:01 +08:00
Diff.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
Diff.h update 2019-03-20 02:47:02 +08:00
Ema.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
Ema.h update 2019-03-15 23:35:09 +08:00
IAbs.cpp add ABS Indicator 2019-04-02 01:49:40 +08:00
IAbs.h add ABS Indicator 2019-04-02 01:49:40 +08:00
IAcos.cpp add ACOS indicator 2019-05-01 18:46:42 +08:00
IAcos.h add ACOS indicator 2019-05-01 18:46:42 +08:00
IAsin.cpp add ASIN indicator 2019-05-01 18:15:48 +08:00
IAsin.h add ASIN indicator 2019-05-01 18:15:48 +08:00
IAtan.cpp add ATAN indicator 2019-05-01 19:16:28 +08:00
IAtan.h add ATAN indicator 2019-05-01 19:16:28 +08:00
ICeil.cpp add FLOOR,CEILING indicator 2019-04-15 23:11:12 +08:00
ICeil.h add FLOOR,CEILING indicator 2019-04-15 23:11:12 +08:00
ICos.cpp add COS indicator 2019-05-01 18:27:14 +08:00
ICos.h add COS indicator 2019-05-01 18:27:14 +08:00
ICount.cpp Optimize the COUNT to remove double loops 2019-04-14 10:33:19 +08:00
ICount.h 实现IF指标运算;实现COUNT指标;更新帮助与文档 2019-03-25 22:50:50 +08:00
IEvery.cpp add LAST (continue); Modifed EVERY and EXIST 2019-04-28 23:23:03 +08:00
IEvery.h add EVERY indicator 2019-04-28 01:19:30 +08:00
IExist.cpp add LAST (continue); Modifed EVERY and EXIST 2019-04-28 23:23:03 +08:00
IExist.h add EXIST indicator; clear warning for xmake update 2019-04-19 23:26:35 +08:00
IExp.cpp add LN, LOG ind 2019-04-11 02:10:41 +08:00
IExp.h add EXP Indicator 2019-04-03 02:18:42 +08:00
IFloor.cpp add FLOOR,CEILING indicator 2019-04-15 23:11:12 +08:00
IFloor.h add FLOOR,CEILING indicator 2019-04-15 23:11:12 +08:00
IHhvbars.cpp add EXIST indicator; clear warning for xmake update 2019-04-19 23:26:35 +08:00
IHhvbars.h add HHVBARS ind 2019-04-11 23:30:51 +08:00
IHighLine.cpp 优化LLV、HHV,去除双重循环 2019-04-13 19:25:15 +08:00
IHighLine.h 优化LLV、HHV,去除双重循环 2019-04-13 19:25:15 +08:00
IIntpart.cpp add INTPART indicator 2019-04-18 23:42:45 +08:00
IIntpart.h add INTPART indicator 2019-04-18 23:42:45 +08:00
IKData.cpp 优化打印信息 2019-04-17 23:20:25 +08:00
IKData.h Indicator直接支持原型方式使用 2019-04-10 22:48:42 +08:00
ILiuTongPan.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
ILiuTongPan.h Indicator直接支持原型方式使用 2019-04-10 22:48:42 +08:00
ILn.cpp 修改Linux下log(0)和Windows返回值不同问题 2019-04-11 22:49:33 +08:00
ILn.h add LN, LOG ind 2019-04-11 02:10:41 +08:00
ILog.cpp 修改Linux下log(0)和Windows返回值不同问题 2019-04-11 22:49:33 +08:00
ILog.h add LN, LOG ind 2019-04-11 02:10:41 +08:00
ILowLine.cpp 优化LLV、HHV,去除双重循环 2019-04-13 19:25:15 +08:00
ILowLine.h 优化LLV、HHV,去除双重循环 2019-04-13 19:25:15 +08:00
ILowLineBars.cpp add EXIST indicator; clear warning for xmake update 2019-04-19 23:26:35 +08:00
ILowLineBars.h add LLVBARS 2019-04-14 21:26:46 +08:00
INot.cpp add NOT indicator 2019-04-02 21:49:33 +08:00
INot.h add NOT indicator 2019-04-02 21:49:33 +08:00
IPow.cpp add POW indicator 2019-04-14 11:17:47 +08:00
IPow.h add POW indicator 2019-04-14 11:17:47 +08:00
IPriceList.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
IPriceList.h update 2019-03-16 14:43:50 +08:00
IRound.cpp add ROUND (continue) 2019-04-14 21:51:12 +08:00
IRound.h add ROUND (continue) 2019-04-14 21:51:12 +08:00
IRoundDown.cpp add ROUND, ROUNDUP, ROUNDDWON 2019-04-15 00:58:41 +08:00
IRoundDown.h add ROUND, ROUNDUP, ROUNDDWON 2019-04-15 00:58:41 +08:00
IRoundUp.cpp add ROUND, ROUNDUP, ROUNDDWON 2019-04-15 00:58:41 +08:00
IRoundUp.h add ROUND, ROUNDUP, ROUNDDWON 2019-04-15 00:58:41 +08:00
ISign.cpp add SGN Indicator 2019-04-03 01:49:43 +08:00
ISign.h add SGN Indicator 2019-04-03 01:49:43 +08:00
ISin.cpp add SIN indicator 2019-05-01 17:49:27 +08:00
ISin.h add SIN indicator 2019-05-01 17:49:27 +08:00
ISqrt.cpp add SQRT indicator 2019-04-14 14:29:50 +08:00
ISqrt.h add SQRT indicator 2019-04-14 14:29:50 +08:00
IStdp.cpp add STDP indicator 2019-04-18 23:14:58 +08:00
IStdp.h add STDP indicator 2019-04-18 23:14:58 +08:00
ISum.cpp Optimize the SUM to remove double loops 2019-04-14 00:53:51 +08:00
ISum.h add SUM Indicator(continue) 2019-04-01 23:37:54 +08:00
ITan.cpp add TAN indicator 2019-05-01 19:04:18 +08:00
ITan.h add TAN indicator 2019-05-01 19:04:18 +08:00
Macd.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
Macd.h update 2019-03-20 02:47:02 +08:00
RightShift.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
RightShift.h update 2019-03-20 02:47:02 +08:00
SaftyLoss.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
SaftyLoss.h update 2019-03-20 02:47:02 +08:00
Sma.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
Sma.h update 2019-03-15 23:35:09 +08:00
StdDeviation.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
StdDeviation.h update 2019-03-20 02:47:02 +08:00
Vigor.cpp adjustment: Indicator code structure is easy to miss serialization 2019-03-31 02:38:08 +08:00
Vigor.h Indicator直接支持原型方式使用 2019-04-10 22:48:42 +08:00