mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
Cancel all open orders after receiving /stop or ctrl+c
This commit is contained in:
@@ -131,8 +131,7 @@ class Worker:
|
||||
return result
|
||||
|
||||
def _process_stopped(self) -> None:
|
||||
# Maybe do here something in the future...
|
||||
pass
|
||||
self.freqtrade.process_stopped()
|
||||
|
||||
def _process_running(self) -> None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user