From 2279f2c2e409b6c3842efcfcff428de2413454c2 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Thu, 25 May 2023 20:18:12 +0200 Subject: [PATCH] bugfix --- v2realbot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2realbot/config.py b/v2realbot/config.py index de82591..2baf679 100644 --- a/v2realbot/config.py +++ b/v2realbot/config.py @@ -6,7 +6,7 @@ from appdirs import user_data_dir NORMALIZED_TICK_BASE_PRICE = 30.00 LOG_RUNNER_EVENTS = False #no print in console -QUIET_MODE = False +QUIET_MODE = True #how many consecutive trades with the fill price are necessary for LIMIT fill to happen in backtesting #0 - optimistic, every knot high will fill the order #N - N consecutive trades required