freqtrade/freqtrade

View on GitHub
freqtrade/rpc/api_server/api_v1.py

Summary

Maintainability
A
4 hrs
Test Coverage

File api_v1.py has 296 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import logging
from copy import deepcopy
from typing import List, Optional

from fastapi import APIRouter, Depends, Query
Severity: Minor
Found in freqtrade/rpc/api_server/api_v1.py - About 3 hrs to fix

    Function pair_history has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def pair_history(pair: str, timeframe: str, timerange: str, strategy: str,
    Severity: Major
    Found in freqtrade/rpc/api_server/api_v1.py - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status