freqtrade/freqtrade

View on GitHub

Showing 515 of 517 total issues

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

    def get_trades_for_order(
Severity: Minor
Found in freqtrade/exchange/exchange.py - About 35 mins to fix

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

        def update_fee(
    Severity: Minor
    Found in freqtrade/persistence/trade_model.py - About 35 mins to fix

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

      def migrate_pairlocks_table(decl_base, inspector, engine, pairlock_back_name: str, cols: List):
      Severity: Minor
      Found in freqtrade/persistence/migrations.py - About 35 mins to fix

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

        def load_trades(
        Severity: Minor
        Found in freqtrade/data/btanalysis.py - About 35 mins to fix

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

              def _pair_data_filename(
          Severity: Minor
          Found in freqtrade/data/history/datahandlers/idatahandler.py - About 35 mins to fix

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

                def _get_rate_from_ticker(
            Severity: Minor
            Found in freqtrade/exchange/exchange.py - About 35 mins to fix

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

                  def rename_futures_data(
              Severity: Minor
              Found in freqtrade/data/history/datahandlers/idatahandler.py - About 35 mins to fix

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

                    def calculate_fee_rate(
                Severity: Minor
                Found in freqtrade/exchange/exchange.py - About 35 mins to fix

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

                      def get_trades_proxy(
                  Severity: Minor
                  Found in freqtrade/persistence/trade_model.py - About 35 mins to fix

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

                        def _lev_prep(self, pair: str, leverage: float, side: BuySell, accept_fail: bool = False):
                    Severity: Minor
                    Found in freqtrade/exchange/exchange.py - About 35 mins to fix

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

                          def get_historic_trades(
                      Severity: Minor
                      Found in freqtrade/exchange/exchange.py - About 35 mins to fix

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

                            def stake_amount(
                        Severity: Minor
                        Found in freqtrade/edge/edge_positioning.py - About 35 mins to fix

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

                              def ohlcv(
                          Severity: Minor
                          Found in freqtrade/data/dataprovider.py - About 35 mins to fix

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

                                def _search_all_objects(
                            Severity: Minor
                            Found in freqtrade/resolvers/iresolver.py - About 35 mins to fix

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

                                  def set_margin_mode(
                              Severity: Minor
                              Found in freqtrade/exchange/exchange.py - About 35 mins to fix

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

                                    def load_pairlist(
                                Severity: Minor
                                Found in freqtrade/resolvers/pairlist_resolver.py - About 35 mins to fix

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

                                      def __init__(
                                  Severity: Minor
                                  Found in freqtrade/exchange/exchange.py - About 35 mins to fix

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

                                    def validate_backtest_data(
                                    Severity: Minor
                                    Found in freqtrade/data/history/history_utils.py - About 35 mins to fix

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

                                      def _calc_drawdown_series(
                                      Severity: Minor
                                      Found in freqtrade/data/metrics.py - About 35 mins to fix

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

                                        def trim_dataframe(
                                        Severity: Minor
                                        Found in freqtrade/data/converter/converter.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language