gui changes

This commit is contained in:
David Brazda
2023-05-07 21:37:29 +02:00
parent d9abc19c1f
commit 45c356c1df
10 changed files with 211 additions and 72 deletions

View File

@ -5,7 +5,7 @@ from appdirs import user_data_dir
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