freqtrade/freqtrade

View on GitHub

Showing 505 of 505 total issues

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

    def __init__(self, exchange, pairlistmanager,
Severity: Minor
Found in freqtrade/plugins/pairlist/AgeFilter.py - About 35 mins to fix

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

        def get_exit_signal(
    Severity: Minor
    Found in freqtrade/strategy/interface.py - About 35 mins to fix

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

          def is_pair_locked(self, pair: str, *, candle_date: Optional[datetime] = None,
      Severity: Minor
      Found in freqtrade/strategy/interface.py - About 35 mins to fix

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

            def __init__(self, exchange, pairlistmanager,
        Severity: Minor
        Found in freqtrade/plugins/pairlist/StaticPairList.py - About 35 mins to fix

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

              def __init__(self, exchange, pairlistmanager,
          Severity: Minor
          Found in freqtrade/plugins/pairlist/RemotePairList.py - About 35 mins to fix

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

                def assert_df(self, dataframe: DataFrame, df_len: int, df_close: float, df_date: datetime):
            Severity: Minor
            Found in freqtrade/strategy/interface.py - About 35 mins to fix

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

              def add_profit(fig, row, data: pd.DataFrame, column: str, name: str) -> make_subplots:
              Severity: Minor
              Found in freqtrade/plot/plotting.py - About 35 mins to fix

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

                    def __init__(self, exchange, pairlistmanager,
                Severity: Minor
                Found in freqtrade/plugins/pairlist/FullTradesFilter.py - About 35 mins to fix

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

                      def ignore_expired_candle(
                  Severity: Minor
                  Found in freqtrade/strategy/interface.py - About 35 mins to fix

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

                        def __init__(self, exchange, pairlistmanager,
                    Severity: Minor
                    Found in freqtrade/plugins/pairlist/PrecisionFilter.py - About 35 mins to fix

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

                          def __init__(self, exchange, pairlistmanager,
                      Severity: Minor
                      Found in freqtrade/plugins/pairlist/ShuffleFilter.py - About 35 mins to fix

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

                            def feature_engineering_expand_all(self, dataframe: DataFrame, period: int,
                        Severity: Minor
                        Found in freqtrade/strategy/interface.py - About 35 mins to fix

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

                              def pair_history(self, pair, timeframe, strategy, timerange=None, freqaimodel=None):
                          Severity: Minor
                          Found in ft_client/freqtrade_client/ft_rest_client.py - About 35 mins to fix

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

                                def __init__(self, exchange: Exchange, pairlistmanager,
                            Severity: Minor
                            Found in freqtrade/plugins/pairlist/IPairList.py - About 35 mins to fix

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

                                  def _rpc_analysed_history_full(config: Config, pair: str, timeframe: str,
                              Severity: Minor
                              Found in freqtrade/rpc/rpc.py - About 35 mins to fix

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

                                    def __init__(self, exchange, pairlistmanager,
                                Severity: Minor
                                Found in freqtrade/plugins/pairlist/VolumePairList.py - About 35 mins to fix

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

                                      def __init__(self, exchange, pairlistmanager,
                                  Severity: Minor
                                  Found in freqtrade/plugins/pairlist/VolatilityFilter.py - About 35 mins to fix

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

                                        def __init__(self, exchange, pairlistmanager,
                                    Severity: Minor
                                    Found in freqtrade/plugins/pairlist/OffsetFilter.py - About 35 mins to fix

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

                                      def safe_value_fallback2(dict1: dictMap, dict2: dictMap, key1: str, key2: str, default_value=None):
                                      Severity: Minor
                                      Found in freqtrade/misc.py - About 35 mins to fix

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

                                            def __init__(self, exchange, pairlistmanager,
                                        Severity: Minor
                                        Found in freqtrade/plugins/pairlist/PriceFilter.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language