bbgo_origin/pkg/indicator
2022-02-15 14:55:19 +09:00
..
ad_callbacks.go Add ad indicator 2021-05-10 20:39:27 +08:00
ad.go fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01:38 +09:00
boll_callbacks.go implement grid strategy update orders method 2020-10-31 18:29:58 +08:00
boll.go fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01: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 fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01:38 +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 database: sqlite3 issue fix 2021-12-15 14:34:31 +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 fix unmarshal behavior to gain more precision 2022-02-15 12:01:39 +09:00
sma_callbacks.go add updater to indicators 2020-12-03 18:14:16 +08:00
sma.go database: sqlite3 issue fix 2021-12-15 14:34:31 +08: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 fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01:38 +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 fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests 2022-02-15 14:55:19 +09:00
vwap.go fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01:38 +09:00
vwma_callbacks.go feature: add volume weighted moving average indicator 2021-12-17 14:36:39 +08:00
vwma.go fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01:38 +09:00