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