Reword some documentation strings
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
@@ -111,7 +111,7 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
),
|
||||
"cancel_open_orders_on_exit": Arg(
|
||||
'--cancel-open-orders-on-exit',
|
||||
help='Close unfilled open orders when the bot stops / exits',
|
||||
help='Close unfilled and partially filled open orders when the bot stops / exits.',
|
||||
action='store_true',
|
||||
),
|
||||
# Optimize common
|
||||
|
@@ -170,7 +170,7 @@ class FreqtradeBot:
|
||||
|
||||
def process_stopped(self) -> None:
|
||||
"""
|
||||
Close all trades that were left open
|
||||
Close all orders that were left open
|
||||
"""
|
||||
if self.config['cancel_open_orders_on_exit']:
|
||||
self.cancel_all_open_orders()
|
||||
|
Reference in New Issue
Block a user