bbgo_origin/pkg/indicator
Zenix a8f0c71a53
Merge pull request #545 from zenixls2/feature/ma_series
feature: add some new ma indicators
2022-04-25 21:01:17 +09:00
..
ad_callbacks.go Add ad indicator 2021-05-10 20:39:27 +08:00
ad.go indicator: make parameters of update method consistent 2022-04-19 13:45:23 +08:00
atr_callbacks.go indicator: add average true range indicator 2022-04-17 17:30:49 +08:00
atr_test.go indicator: add average true range indicator 2022-04-17 17:30:49 +08:00
atr.go indicator: use rma indicator in atr 2022-04-19 13:45:23 +08:00
boll_callbacks.go implement grid strategy update orders method 2020-10-31 18:29:58 +08:00
boll.go fix: series not been updated 2022-04-11 17:04:56 +09:00
dema_callbacks.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
dema_test.go fix: python test code in indicator 2022-04-22 19:11:07 +09:00
dema.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
ewma_callbacks.go add updater to indicators 2020-12-03 18:14:16 +08:00
ewma_test.go fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests 2022-02-15 14:55:19 +09:00
ewma.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
hull_callbacks.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
hull_test.go fix: python test code in indicator 2022-04-22 19:11:07 +09:00
hull.go test: add test cases for dema, hull, tema, till, vidya and zlema indicators 2022-04-22 19:02:26 +09:00
line.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
macd_callbacks.go feature: add MACD indicator (#219) 2021-05-09 00:56:44 +08:00
macd_test.go fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests 2022-02-15 14:55:19 +09:00
macd.go indicator: make parameters of update method consistent 2022-04-19 13:45:23 +08:00
obv_callbacks.go Add obv indicator 2021-05-10 17:17:50 +08:00
obv_test.go fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests 2022-02-15 14:55:19 +09:00
obv.go indicator: make parameters of update method consistent 2022-04-19 13:45:23 +08:00
rma_callbacks.go indicator: add rolling moving average 2022-04-18 11:43:05 +08:00
rma.go indicator: add rolling moving average 2022-04-18 11:43:05 +08:00
rsi_callbacks.go Add RSI indicator 2022-03-29 02:10:35 +08:00
rsi_test.go Fix test case 2022-03-29 02:45:33 +08:00
rsi.go indicator: make parameters of update method consistent 2022-04-19 13:45:23 +08:00
sma_callbacks.go add updater to indicators 2020-12-03 18:14:16 +08:00
sma.go fix: series not been updated 2022-04-11 17:04:56 +09:00
stoch_callbacks.go Rename KD to STOCH 2021-05-22 05:52:10 +08:00
stoch_test.go fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests 2022-02-15 14:55:19 +09:00
stoch.go indicator: make parameters of update method consistent 2022-04-19 13:45:23 +08:00
tema_callbacks.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
tema_test.go fix: python test code in indicator 2022-04-22 19:11:07 +09:00
tema.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
till_callbacks.go fix: fix change, feature: implement vidya and till 2022-04-21 19:28:11 +09:00
till_test.go fix: python test code in indicator 2022-04-22 19:11:07 +09:00
till.go test: add test cases for dema, hull, tema, till, vidya and zlema indicators 2022-04-22 19:02:26 +09:00
util.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
vidya_callbacks.go fix: fix change, feature: implement vidya and till 2022-04-21 19:28:11 +09:00
vidya_test.go test: add test cases for dema, hull, tema, till, vidya and zlema indicators 2022-04-22 19:02:26 +09:00
vidya.go test: add test cases for dema, hull, tema, till, vidya and zlema indicators 2022-04-22 19:02:26 +09:00
volatility_callbacks.go indicator: add kline close volatility 2021-12-19 14:20:09 +08:00
volatility.go indicator: add kline close volatility 2021-12-19 14:20:09 +08:00
vwap_callbacks.go feature: add volume weighted average price (vwap) indicator (#211) 2021-05-08 02:09:45 +08:00
vwap_test.go Make VWAP better 2022-03-29 17:18:04 +08:00
vwap.go indicator: make parameters of update method consistent 2022-04-19 13:45:23 +08:00
vwma_callbacks.go feature: add volume weighted moving average indicator 2021-12-17 14:36:39 +08:00
vwma.go fix: ad NaN error. feature: Line indicator init functions. feature: indicator manual 2022-04-11 17:04:56 +09:00
wwma_callbacks.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
wwma.go fix: fix change, feature: implement vidya and till 2022-04-21 19:28:11 +09:00
zlema_callbacks.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
zlema_test.go fix: python test code in indicator 2022-04-22 19:11:07 +09:00
zlema.go test: add test cases for dema, hull, tema, till, vidya and zlema indicators 2022-04-22 19:02:26 +09:00