bbgo_origin/pkg/indicator
2022-06-17 16:06:59 +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
alma_callbacks.go feature: add basic implementation of alma indicator 2022-06-14 16:56:37 +09:00
alma_test.go feature: alma indicator add test 2022-06-14 17:51:06 +09:00
alma.go feature: alma indicator add test 2022-06-14 17:51:06 +09:00
atr_callbacks.go indicator: add average true range indicator 2022-04-17 17:30:49 +08:00
atr_test.go feature: dmi add test, fix: rma with Adjust setting (follow the implementation of pandas.DataFrame.ewm) 2022-06-16 19:55:14 +09:00
atr.go feature: dmi add test, fix: rma with Adjust setting (follow the implementation of pandas.DataFrame.ewm) 2022-06-16 19:55:14 +09:00
boll_callbacks.go implement grid strategy update orders method 2020-10-31 18:29:58 +08:00
boll_test.go xmaker: update klines to boll indicator 2022-06-15 01:17:41 +08:00
boll.go xmaker: update klines to boll indicator 2022-06-15 01:17:41 +08:00
ca_callbacks.go fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +09:00
cci_callbacks.go feature: add cci indicator 2022-05-09 19:55:14 +09:00
cci_test.go fix: index range in float64slice and wrong formula given by investopedia, test: add cci test 2022-05-10 17:15:26 +09:00
cci.go fix: index range in float64slice and wrong formula given by investopedia, test: add cci test 2022-05-10 17:15:26 +09:00
cma.go fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +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 fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +09:00
dmi_callbacks.go feature: add dmi indicator 2022-06-16 19:26:16 +09:00
dmi_test.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
dmi.go feature: dmi add test, fix: rma with Adjust setting (follow the implementation of pandas.DataFrame.ewm) 2022-06-16 19:55:14 +09:00
drift_callbacks.go feature: add drift indicator, split heikinashi's Queue 2022-06-08 01:21:18 +08:00
drift_test.go fix: check for div zero in drift indicator 2022-06-08 11:07:26 +09:00
drift.go fix: check for div zero in drift indicator 2022-06-08 11:07:26 +09:00
emv_callbacks.go feature: add emv indicator, fix: sma 2022-05-31 16:28:38 +09:00
emv_test.go feature: add emv indicator, fix: sma 2022-05-31 16:28:38 +09:00
emv.go feature: add emv indicator, fix: sma 2022-05-31 16:28:38 +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 fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +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
pivot_callbacks.go fix pivot indicator: filter out zero lows and highs 2022-06-10 15:17:06 +08:00
pivot.go fix pivot indicator: filter out zero lows and highs 2022-06-10 15:17:06 +08:00
rma_callbacks.go indicator: add rolling moving average 2022-04-18 11:43:05 +08:00
rma.go feature: dmi add test, fix: rma with Adjust setting (follow the implementation of pandas.DataFrame.ewm) 2022-06-16 19:55:14 +09: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 feature: add emv indicator, fix: sma 2022-05-31 16:28:38 +09:00
ssf_callbacks.go feature: add Ehler's Super smoother filter 2022-06-15 20:09:33 +09:00
ssf_test.go feature: add Ehler's Super smoother filter 2022-06-15 20:09:33 +09:00
ssf.go fix: ssf less indent 2022-06-16 13:02:00 +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 fix: error exit on wrong subscription in backtest. NaN issue in stoch indicator. feature: position management in ewo 2022-05-13 22:58:35 +09:00
supertrend_callbacks.go indicator: supertrend 2022-06-07 16:44:15 +08:00
supertrend.go indicator: fix wrong supertrend signal due to atr window not satisfied yet 2022-06-15 12:23:41 +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 fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +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 fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +09:00
tma_callbacks.go fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +09:00
tma.go fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +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 fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +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: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +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 fix: window update in indicators. add: cumulative average, triangular moving average 2022-04-26 17:32:31 +09:00