From 5252dc741f88d01d7368a0f1add2588b8eeb0461 Mon Sep 17 00:00:00 2001 From: Dmytro Shcherbonos Date: Mon, 23 Sep 2024 15:51:39 +0300 Subject: [PATCH 1/2] Readme: add DMS removal notice --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 26754039e..c5686b0c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +### IMPORTANT NOTICE +On November 6th 2024 the feature 'dead-man switch' ('DMS' for short) will no longer be supported in all versions of Bitfinex Honey, including past versions, independently of the version number and/or release date. After this date, if you stop your local environment, the orders you created using any version of this software will continue running unless you manually cancel them. This can lead to unexpected results in your trading experience. + # Bitfinex Honey UI - Creates HF services as background processes From b7d2cd3edf1f30ffa94e6018eeb971512dbbed2c Mon Sep 17 00:00:00 2001 From: Dmytro Shcherbonos Date: Fri, 11 Oct 2024 16:57:50 +0300 Subject: [PATCH 2/2] update readme text --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5686b0c6..266d326b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ### IMPORTANT NOTICE -On November 6th 2024 the feature 'dead-man switch' ('DMS' for short) will no longer be supported in all versions of Bitfinex Honey, including past versions, independently of the version number and/or release date. After this date, if you stop your local environment, the orders you created using any version of this software will continue running unless you manually cancel them. This can lead to unexpected results in your trading experience. +As [announced](https://www.bitfinex.com/posts/1072/), on November 6, 2024 Bitfinex Honey will no longer support the 'dead-man switch' or 'DMS' feature. This will apply to all versions of Bitfinex Honey. Your version of Bitfinex Honey will be affected. +This change will mean that the orders you created using any version of Bitfinex Honey will continue running even if you turn off the machine running Bitfinex Honey. Previously, the DMS feature would have stopped those orders when you disconnected. If you do not want those orders to continue, you can close open orders before you disconnect Bitfinex Honey, or close them manually by logging into Bitfinex. +Please plan accordingly for this change. # Bitfinex Honey UI