freqtrade/freqtrade

View on GitHub

Showing 502 of 504 total issues

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

    def _rpc_add_lock(
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/PriceFilter.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/MarketCapPairList.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/rangestabilityfilter.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/AgeFilter.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 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 _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 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 __balance_get_est_stake has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def __balance_get_est_stake(
                    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/StaticPairList.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, pairlistmanager,
                            Severity: Minor
                            Found in freqtrade/plugins/pairlist/SpreadFilter.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 _create_and_merge_informative_pair has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def _create_and_merge_informative_pair(strategy, dataframe: DataFrame, metadata: dict,
                                Severity: Minor
                                Found in freqtrade/strategy/informative_decorator.py - About 35 mins to fix

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

                                      def _rpc_analysed_dataframe(
                                  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/PerformanceFilter.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 get_trade_stake_amount has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

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