From da4dbf4800c598a7c13d92f9cde583031f75e691 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 14 Jul 2022 10:45:22 +0800 Subject: [PATCH] indicator: macd: add link for macd https://school.stockcharts.com/doku.php?id=technical_indicators:macd-histogram --- pkg/indicator/macd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/indicator/macd.go b/pkg/indicator/macd.go index 972164b50..81e7a0f70 100644 --- a/pkg/indicator/macd.go +++ b/pkg/indicator/macd.go @@ -11,6 +11,7 @@ macd implements moving average convergence divergence indicator Moving Average Convergence Divergence (MACD) - https://www.investopedia.com/terms/m/macd.asp +- https://school.stockcharts.com/doku.php?id=technical_indicators:macd-histogram */ //go:generate callbackgen -type MACD