tsuz/go-pine

View on GitHub
pine/series_cci.go

Summary

Maintainability
A
35 mins
Test Coverage

Function CCI has 5 return statements (exceeds 4 allowed).
Open

func CCI(tp ValueSeries, l int64) ValueSeries {
    key := fmt.Sprintf("cci:%s:%d", tp.ID(), l)
    cci := getCache(key)
    if cci == nil {
        cci = NewValueSeries()
Severity: Major
Found in pine/series_cci.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status