bbgo_origin/pkg/indicator
2022-08-24 17:53:22 +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 fix: Reverse length, alma comment 2022-07-26 18:00:05 +09:00
atr_callbacks.go atrp: multiple 100 for percentage 2022-07-12 22:54:47 +08:00
atr_test.go all: refactor standard indicator helper and fix tests 2022-07-26 18:35:50 +08:00
atr.go Merge pull request #813 from zenixls2/feature/drift_study 2022-07-27 11:29:48 +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 fix: panic on image drawing, reduce fee by smoothing the drift curve 2022-07-26 18:00:05 +09: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 bbgo: add CCI helper 2022-07-26 18:07:43 +08:00
cma.go indicator: clean up and update calculator method names 2022-07-14 09:18:42 +08:00
const.go feature: add plot for series. add autocorrelation. add clone for indicators/series 2022-07-26 18:00:05 +09: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 feature: add plot for series. add autocorrelation. add clone for indicators/series 2022-07-26 18:00:05 +09: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 fix: panic on image drawing, reduce fee by smoothing the drift curve 2022-07-26 18:00:05 +09: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 bbgo: add ATR, ATRP, EMV to the standard indicator set 2022-07-26 18:07:43 +08:00
ewma_callbacks.go indicator: make callback field private 2022-07-14 09:18:43 +08:00
ewma_test.go indicator: rename KLinePriceMapper to KLineValueMapper 2022-08-24 17:53:22 +08:00
ewma.go indicator: rename KLinePriceMapper to KLineValueMapper 2022-08-24 17:53:22 +08:00
fisher.go feature: export drift1m, remove take profit, add profit report for listing pnl by date 2022-08-15 21:06:46 +09:00
fishertransform_callbacks.go feature: use ma for tp coefficient, rewrite trailing stop for drift, export all window param to yaml 2022-07-28 19:34:12 +09:00
hull_callbacks.go indicator: make callback field private 2022-07-14 09:18:43 +08:00
hull_test.go all: refactor standard indicator helper and fix tests 2022-07-26 18:35:50 +08:00
hull.go all: refactor standard indicator helper and fix tests 2022-07-26 18:35:50 +08:00
interface.go bbgo: refactor standard indicator set 2022-07-26 18:07:43 +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 indicator: refactor macd indicator 2022-07-26 19:00:09 +08:00
macd_callbacks.go indicator: make callback field private 2022-07-14 09:18:43 +08:00
macd_test.go pivotshort: remove the legacy preloadPivot 2022-07-26 19:00:09 +08:00
macd.go indicator: refactor macd indicator 2022-07-26 19:00:09 +08:00
mapper.go indicator: rename KLinePriceMapper to KLineValueMapper 2022-08-24 17:53:22 +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_test.go indicator: fix pivot low window calculation 2022-08-24 17:34:01 +08:00
pivot_low.go indicator: rename KLinePriceMapper to KLineValueMapper 2022-08-24 17:53:22 +08:00
pivot.go indicator: rename KLinePriceMapper to KLineValueMapper 2022-08-24 17:53:22 +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 feature: add plot for series. add autocorrelation. add clone for indicators/series 2022-07-26 18:00:05 +09: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: rename KLinePriceMapper to KLineValueMapper 2022-08-24 17:53:22 +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 bbgo: refactor standard indicator set 2022-07-26 18:07:43 +08:00
supertrend_callbacks.go indicator: supertrend 2022-06-07 16:44:15 +08:00
supertrend.go strategy/supertrend: supertrend indicator adapted new indicator API 2022-08-08 13:07:59 +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 feature: add plot for series. add autocorrelation. add clone for indicators/series 2022-07-26 18:00:05 +09: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: rename KLinePriceMapper to KLineValueMapper 2022-08-24 17:53:22 +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: rename KLinePriceMapper to KLineValueMapper 2022-08-24 17:53:22 +08:00
vwma_callbacks.go indicator: rewrite VWMA calculator 2022-07-14 15:57:17 +08:00
vwma.go bbgo: update VWMA and add VWMA to the indicator method 2022-08-24 17:45:43 +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