tom-weatherhead/thaw-macd

View on GitHub
src/main.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function macdGetOneResult has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    array: number[],
    fastPeriod = macdDefaultFastPeriod,
    slowPeriod = macdDefaultSlowPeriod,
    signalPeriod = macdDefaultSignalPeriod,
    usePeriodAsSeedLength = false
Severity: Minor
Found in src/main.ts - About 35 mins to fix

    Function macd has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        array: number[],
        fastPeriod = 12,
        slowPeriod = 26,
        signalPeriod = 9,
        usePeriodAsSeedLength = false
    Severity: Minor
    Found in src/main.ts - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status