freqtrade/freqtrade

View on GitHub
freqtrade/data/converter/converter.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function ohlcv_to_dataframe has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

def ohlcv_to_dataframe(ohlcv: list, timeframe: str, pair: str, *,
Severity: Minor
Found in freqtrade/data/converter/converter.py - About 45 mins to fix

    Function clean_ohlcv_dataframe has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def clean_ohlcv_dataframe(data: DataFrame, timeframe: str, pair: str, *,
    Severity: Minor
    Found in freqtrade/data/converter/converter.py - About 45 mins to fix

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

      def trim_dataframe(df: DataFrame, timerange, *, df_date_col: str = 'date',
      Severity: Minor
      Found in freqtrade/data/converter/converter.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status