Skip to content

Commit

Permalink
fix: ewma copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zenixls2 committed Jul 26, 2022
1 parent a8fe20a commit d2dee44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/indicator/ewma.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func (inc *EWMA) Clone() *EWMA {
out := &EWMA{
IntervalWindow: inc.IntervalWindow,
Values: inc.Values[:],
LastOpenTime: inc.LastOpenTime,
}
out.SeriesBase.Series = out
return out
Expand Down

0 comments on commit d2dee44

Please sign in to comment.