mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Add new cancel reason for when replacing orders.
This commit is contained in:
parent
16b6b08227
commit
e5d4f7766e
|
@ -478,6 +478,7 @@ CANCEL_REASON = {
|
|||
"ALL_CANCELLED": "cancelled (all unfilled and partially filled open orders cancelled)",
|
||||
"CANCELLED_ON_EXCHANGE": "cancelled on exchange",
|
||||
"FORCE_EXIT": "forcesold",
|
||||
"REPLACE": "cancelled to be replaced by new limit order",
|
||||
}
|
||||
|
||||
# List of pairs with their timeframes
|
||||
|
|
Loading…
Reference in New Issue
Block a user