ilaykim

Results 2 comments of ilaykim

That solves the issue. btw I've been debugging this for a good 4 hours now, trying to figure it out :)

@donewiththedollar ### Quick catch and BAD BAD WORKAROUND the bug **line 42 in backtest.py** elif passivbot_mode == "neat_grid": try: return backtest_neat_grid( data, config["starting_balance"], config["latency_simulation_ms"], config["maker_fee"], **xk,) except ZeroDivisionError as err:...