freqtrade/freqtrade

View on GitHub

Showing 502 of 504 total issues

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 __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(self, config: Config, *, exchange_config: Optional[ExchangeConfig] = None,
    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(*, pair: Optional[str] = None, is_open: Optional[bool] = None,
      Severity: Minor
      Found in freqtrade/persistence/trade_model.py - About 35 mins to fix

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

            def extract_cost_curr_rate(self, fee: Dict, symbol: str, cost: float,
        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(self, fee_cost: float, fee_currency: Optional[str], fee_rate: Optional[float],
          Severity: Minor
          Found in freqtrade/persistence/trade_model.py - About 35 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

              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 load_pairlist has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

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

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

                      def set_margin_mode(self, pair: str, margin_mode: MarginMode, accept_fail: bool = False,
                  Severity: Minor
                  Found in freqtrade/exchange/exchange.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(self, side: EntryExit, ticker: Ticker, conf_strategy: Dict[str, Any],
                      Severity: Minor
                      Found in freqtrade/exchange/exchange.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 get_historic_trades has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

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

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

                            def prepare_results(analysed_trades, stratname,
                            Severity: Minor
                            Found in freqtrade/data/entryexitanalysis.py - About 35 mins to fix

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

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

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

                                    def _args_to_config(self, config: Config, argname: str,
                                Severity: Minor
                                Found in freqtrade/configuration/configuration.py - About 35 mins to fix

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

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

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

                                    def process_removed_setting(config: Config,
                                    Severity: Minor
                                    Found in freqtrade/configuration/deprecated_settings.py - About 35 mins to fix

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

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

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

                                        def check_conflicting_settings(config: Config,
                                        Severity: Minor
                                        Found in freqtrade/configuration/deprecated_settings.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language