mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
indicator: fix the comment
This commit is contained in:
parent
811e624302
commit
a887eaf542
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user