Update freqtrade/constants.py
This commit is contained in:
parent
fed75d8718
commit
baf5f4f29c
@ -326,6 +326,6 @@ SCHEMA_MINIMAL_REQUIRED = [
|
|||||||
CANCEL_REASON = {
|
CANCEL_REASON = {
|
||||||
"TIMEOUT": "cancelled due to timeout",
|
"TIMEOUT": "cancelled due to timeout",
|
||||||
"PARTIALLY_FILLED": "partially filled - keeping order open",
|
"PARTIALLY_FILLED": "partially filled - keeping order open",
|
||||||
"ALL_CANCELLED": "cancelled (all unfilled orders cancelled)",
|
"ALL_CANCELLED": "cancelled (all unfilled and partially filled open orders cancelled)",
|
||||||
"CANCELLED_ON_EXCHANGE": "cancelled on exchange",
|
"CANCELLED_ON_EXCHANGE": "cancelled on exchange",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user