freqtrade/freqtrade

View on GitHub

Showing 515 of 517 total issues

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

    def start_live(
Severity: Minor
Found in freqtrade/freqai/freqai_interface.py - About 35 mins to fix

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

        def build_strategy_return_arrays(
    Severity: Minor
    Found in freqtrade/freqai/freqai_interface.py - About 35 mins to fix

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

          def _try_close_open_order(
      Severity: Minor
      Found in freqtrade/optimize/backtesting.py - About 35 mins to fix

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

            def _get_close_rate(
        Severity: Minor
        Found in freqtrade/optimize/backtesting.py - About 35 mins to fix

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

              def hyperopt_loss_function(
          Severity: Minor
          Found in freqtrade/optimize/hyperopt_loss/hyperopt_loss_sortino_daily.py - About 35 mins to fix

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

            def store_backtest_stats(
            Severity: Minor
            Found in freqtrade/optimize/optimize_reports/bt_storage.py - About 35 mins to fix

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

                  def check_order_replace(
              Severity: Minor
              Found in freqtrade/optimize/backtesting.py - About 35 mins to fix

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

                    def hyperopt_loss_function(
                Severity: Minor
                Found in freqtrade/optimize/hyperopt_loss/hyperopt_loss_sharpe_daily.py - About 35 mins to fix

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

                      def reset_env(
                  Severity: Minor
                  Found in freqtrade/freqai/RL/BaseEnvironment.py - About 35 mins to fix

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

                        def _get_close_rate_for_stoploss(
                    Severity: Minor
                    Found in freqtrade/optimize/backtesting.py - About 35 mins to fix

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

                          def log_backtesting_progress(
                      Severity: Minor
                      Found in freqtrade/freqai/freqai_interface.py - About 35 mins to fix

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

                            def validate_row(
                        Severity: Minor
                        Found in freqtrade/optimize/backtesting.py - About 35 mins to fix

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

                          def generate_pair_metrics(
                          Severity: Minor
                          Found in freqtrade/optimize/optimize_reports/optimize_reports.py - About 35 mins to fix

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

                                def train(self, unfiltered_df: DataFrame, pair: str, dk: FreqaiDataKitchen, **kwargs) -> Any:
                            Severity: Minor
                            Found in freqtrade/freqai/RL/BaseReinforcementLearningModel.py - About 35 mins to fix

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

                                  def start_backtesting(
                              Severity: Minor
                              Found in freqtrade/freqai/freqai_interface.py - About 35 mins to fix

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

                                    def set_initial_historic_predictions(
                                Severity: Minor
                                Found in freqtrade/freqai/freqai_interface.py - About 35 mins to fix

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

                                      def train(self, unfiltered_df: DataFrame, pair: str, dk: FreqaiDataKitchen, **kwargs) -> Any:
                                  Severity: Minor
                                  Found in freqtrade/freqai/freqai_interface.py - About 35 mins to fix

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

                                        def _get_close_rate_for_roi(
                                    Severity: Minor
                                    Found in freqtrade/optimize/backtesting.py - About 35 mins to fix

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

                                          def price_to_precision(self, pair: str, price: float, *, rounding_mode: int = ROUND) -> float:
                                      Severity: Minor
                                      Found in freqtrade/exchange/exchange.py - About 35 mins to fix

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

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