From a887eaf54229d442c4bcbc4b6897f1d11e744187 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 30 May 2023 13:29:14 +0800 Subject: [PATCH] indicator: fix the comment --- pkg/indicator/atr2.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/indicator/atr2.go b/pkg/indicator/atr2.go index 65a214bc2..4df00502b 100644 --- a/pkg/indicator/atr2.go +++ b/pkg/indicator/atr2.go @@ -6,8 +6,7 @@ import ( "github.com/c9s/bbgo/pkg/types" ) -// ATRStream is a RMAStream -// This ATRStream calcualtes the ATR first, and then push it to the RMAStream +// This ATRStream calculates the ATR first type ATRStream struct { // embedded struct Float64Series