Skip to content

Commit

Permalink
Merge pull request #3 from kaankoken/master
Browse files Browse the repository at this point in the history
Update function name on readme
  • Loading branch information
evsamsonov committed Aug 6, 2022
2 parents d805688 + 605d2e2 commit 50fdb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Indicator calculates Exponential Moving Average

```go
smoothInterval := 2
atrIndicator := indicator.NewAverageVolume(series, smoothInterval)
atrIndicator := indicator.NewExponentialMovingAverage(series, smoothInterval)
fmt.Println(atrIndicator.Calculate(1)) // 22.84552
```

Expand Down

0 comments on commit 50fdb0f

Please sign in to comment.