indicator: fix the comment

This commit is contained in:
c9s 2023-05-30 13:29:14 +08:00
parent 811e624302
commit a887eaf542
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -6,8 +6,7 @@ import (
"github.com/c9s/bbgo/pkg/types" "github.com/c9s/bbgo/pkg/types"
) )
// ATRStream is a RMAStream // This ATRStream calculates the ATR first
// This ATRStream calcualtes the ATR first, and then push it to the RMAStream
type ATRStream struct { type ATRStream struct {
// embedded struct // embedded struct
Float64Series Float64Series