vypnuti logu a MA na close misto hlcc4 a dup btn

This commit is contained in:
David Brazda
2023-04-16 17:56:18 +02:00
parent f869164ed0
commit c7d67fdf65
6 changed files with 58 additions and 5 deletions

View File

@ -31,7 +31,7 @@ ic.configureOutput(includeContext=True)
def threadName():
return '%s |> ' % str(current_thread().name)
ic.configureOutput(prefix=threadName)
#ic.disable()
ic.disable()
"""""
Main entry point of the bot. Starts strategies according to config file, each
in separate thread.