bbgo_origin/pkg/indicator
2022-07-26 18:07:43 +08:00
..
ad_callbacks.go Add ad indicator 2021-05-10 20:39:27 +08:00
ad.go indicator: canonicalize the CalculateAndUpdate method call 2022-07-14 09:18:42 +08:00
alma_callbacks.go feature: add basic implementation of alma indicator 2022-06-14 16:56:37 +09:00
alma_test.go indicator: canonicalize the CalculateAndUpdate method call 2022-07-14 09:18:42 +08:00
alma.go indicator: canonicalize the CalculateAndUpdate method call 2022-07-14 09:18:42 +08:00
atr_callbacks.go atrp: multiple 100 for percentage 2022-07-12 22:54:47 +08:00
atr_test.go skeleton: add detailed comment to the skeleton 2022-06-22 23:18:11 +08:00
atr.go indicator/atr: implement LoadK and BindK 2022-07-21 01:27:38 +08:00
atrp_callbacks.go atrp: multiple 100 for percentage 2022-07-12 22:54:47 +08:00
atrp.go indicator: canonicalize the CalculateAndUpdate method call 2022-07-14 09:18:42 +08:00
boll_callbacks.go implement grid strategy update orders method 2020-10-31 18:29:58 +08:00
boll_test.go indicator: clean up bollinger band indicator api usage 2022-07-14 14:26:08 +08:00
boll.go bbgo: refactor standard indicator 2022-07-21 01:05:08 +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 indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
cma.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
const.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
dema_callbacks.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
dema_test.go fix all indicators for KLineCalculateUpdater interface 2022-07-14 10:28:53 +08:00
dema.go fix all indicators for KLineCalculateUpdater interface 2022-07-14 10:28:53 +08:00
dmi_callbacks.go indicator: improve rma preload 2022-07-14 10:54:46 +08:00
dmi_test.go fix all indicators for KLineCalculateUpdater interface 2022-07-14 10:28:53 +08:00
dmi.go indicator: improve rma preload 2022-07-14 10:54:46 +08:00
drift_callbacks.go feature: add drift indicator, split heikinashi's Queue 2022-06-08 01:21:18 +08:00
drift_test.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
drift.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
emv_callbacks.go feature: add emv indicator, fix: sma 2022-05-31 16:28:38 +09:00
emv_test.go indicator/sma: clean CalculateAndUpdate and make cache field private 2022-07-14 11:34:53 +08:00
emv.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
ewma_callbacks.go indicator: make callback field private 2022-07-14 09:18:43 +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 indicator: drop the legacy CalculateAndUpdate for standard indicators 2022-07-26 17:30:41 +08:00
hull_callbacks.go indicator: make callback field private 2022-07-14 09:18:43 +08:00
hull_test.go fix all indicators for KLineCalculateUpdater interface 2022-07-14 10:28:53 +08:00
hull.go bbgo: refactor standard indicator 2022-07-21 01:05:08 +08:00
inf.go indicator/pivotlow: drop the legacy CalculateAndUpdate 2022-07-26 17:33:09 +08:00
line.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
low_callbacks.go add low indicator 2022-07-26 17:27:38 +08:00
low.go add low indicator 2022-07-26 17:27:38 +08:00
macd_callbacks.go indicator: make callback field private 2022-07-14 09:18:43 +08:00
macd_test.go indicator/macd: drop the legacy func calculateMACD 2022-07-14 10:36:16 +08:00
macd.go indicator: macd: add link for macd https://school.stockcharts.com/doku.php?id=technical_indicators:macd-histogram 2022-07-14 10:45:22 +08:00
mapper.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
obv_callbacks.go indicator: make callback field private 2022-07-14 09:18:43 +08:00
obv_test.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
obv.go indicator: make callback field private 2022-07-14 09:18:43 +08:00
pivot_callbacks.go fix pivot indicator: filter out zero lows and highs 2022-06-10 15:17:06 +08:00
pivot_low.go indicator/pivotlow: drop the legacy CalculateAndUpdate 2022-07-26 17:33:09 +08:00
pivot.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
pivotlow_callbacks.go indicator: rewrite pivotlow indicator 2022-07-26 17:00:17 +08:00
rma_callbacks.go indicator: make callback field private 2022-07-14 09:18:43 +08:00
rma.go indicator/rma: move endTime update to PushK 2022-07-21 01:05:08 +08:00
rsi_callbacks.go indicator/rsi: make update callback field private 2022-07-14 09:18:43 +08:00
rsi_test.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
rsi.go indicator/rsi: make update callback field private 2022-07-14 09:18:43 +08:00
sma_callbacks.go add updater to indicators 2020-12-03 18:14:16 +08:00
sma_test.go indicator: fix test cases 2022-07-26 18:07:43 +08:00
sma.go indicator: drop the legacy CalculateAndUpdate for standard indicators 2022-07-26 17:30:41 +08:00
ssf_callbacks.go feature: add Ehler's Super smoother filter 2022-06-15 20:09:33 +09:00
ssf_test.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
ssf.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
stddev_callbacks.go indicator: rewrite boll indicator with stddev indicator 2022-07-14 14:26:08 +08:00
stddev.go indicator: rewrite boll indicator with stddev indicator 2022-07-14 14:26:08 +08:00
stoch_callbacks.go Rename KD to STOCH 2021-05-22 05:52:10 +08:00
stoch_test.go indicator: fix test cases 2022-07-26 18:07:43 +08:00
stoch.go indicator: drop the legacy CalculateAndUpdate for standard indicators 2022-07-26 17:30:41 +08:00
supertrend_callbacks.go indicator: supertrend 2022-06-07 16:44:15 +08:00
supertrend.go indicator: canonicalize the CalculateAndUpdate method call 2022-07-14 09:18:42 +08:00
tema_callbacks.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
tema_test.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
tema.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
till_callbacks.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
till_test.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
till.go indicator/till: fix e1 check 2022-07-21 01:33:30 +08: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 indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
util.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
vidya_callbacks.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08: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 all indicators for KLineCalculateUpdater interface 2022-07-14 10:28:53 +08:00
volatility_callbacks.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
volatility.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
vwap_callbacks.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
vwap_test.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
vwap.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
vwma_callbacks.go indicator: rewrite VWMA calculator 2022-07-14 15:57:17 +08:00
vwma.go indicator: rewrite VWMA calculator 2022-07-14 15:57:17 +08:00
wwma_callbacks.go feature: add some new ma indicators 2022-04-19 19:22:22 +09:00
wwma.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
zlema_callbacks.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
zlema_test.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
zlema.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00