Add new cancel reason for when replacing orders.
This commit is contained in:
@@ -478,6 +478,7 @@ CANCEL_REASON = {
|
|||||||
"ALL_CANCELLED": "cancelled (all unfilled and partially filled open 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",
|
||||||
"FORCE_EXIT": "forcesold",
|
"FORCE_EXIT": "forcesold",
|
||||||
|
"REPLACE": "cancelled to be replaced by new limit order",
|
||||||
}
|
}
|
||||||
|
|
||||||
# List of pairs with their timeframes
|
# List of pairs with their timeframes
|
||||||
|
Reference in New Issue
Block a user