From 99b01a39d1fda78bb41b947eaca737a42ef5fa37 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 28 Aug 2023 20:16:00 +0200 Subject: [PATCH] Add note about Edge deprecation --- docs/edge.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/edge.md b/docs/edge.md index e92abf40f..bb702f202 100644 --- a/docs/edge.md +++ b/docs/edge.md @@ -2,6 +2,10 @@ The `Edge Positioning` module uses probability to calculate your win rate and risk reward ratio. It will use these statistics to control your strategy trade entry points, position size and, stoploss. +!!! Danger "Deprecated functionality" + `Edge positioning` (or short Edge) is currently in maintenance mode only (we keep existing functionality alive) and should be considered as deprecated. + It will currently not receive new features until either someone stepped forward to take up ownership of that module - or we'll decide to remove edge from freqtrade. + !!! Warning When using `Edge positioning` with a dynamic whitelist (VolumePairList), make sure to also use `AgeFilter` and set it to at least `calculate_since_number_of_days` to avoid problems with missing data.