bbgo_origin/pkg/indicator
2022-04-11 17:04:56 +09:00
..
ad_callbacks.go Add ad indicator 2021-05-10 20:39:27 +08:00
ad.go fix: ad NaN error. feature: Line indicator init functions. feature: indicator manual 2022-04-11 17:04:56 +09:00
boll_callbacks.go implement grid strategy update orders method 2020-10-31 18:29:58 +08:00
boll.go feature: add pinescript series interface 2022-04-11 17:04:56 +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 pinescript series interface 2022-04-11 17:04:56 +09:00
line.go fix: ad NaN error. feature: Line indicator init functions. feature: indicator manual 2022-04-11 17:04:56 +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 add ad,macd,rsi,sma,stoch,vwap,vwma to Series interface 2022-04-11 17:04:56 +09: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 Make VWAP better 2022-03-29 17:18:04 +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 fix: ad NaN error. feature: Line indicator init functions. feature: indicator manual 2022-04-11 17:04:56 +09:00
sma_callbacks.go add updater to indicators 2020-12-03 18:14:16 +08:00
sma.go fix: ad NaN error. feature: Line indicator init functions. feature: indicator manual 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 fix: ad NaN error. feature: Line indicator init functions. feature: indicator manual 2022-04-11 17:04:56 +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 fix: ad NaN error. feature: Line indicator init functions. feature: indicator manual 2022-04-11 17:04:56 +09: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