From 89355a212ebc07c386fcfc9d5e078d94320488b4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 4 Apr 2022 19:53:56 +0200 Subject: [PATCH] Improve wording on strategy migration --- docs/strategy_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy_migration.md b/docs/strategy_migration.md index 2c056f943..31cbb71e0 100644 --- a/docs/strategy_migration.md +++ b/docs/strategy_migration.md @@ -42,7 +42,7 @@ You can use the quick summary as checklist. Please refer to the detailed section * `order_types` buy -> entry, sell -> exit. * `unfilledtimeout` buy -> entry, sell -> exit. * Terminology changes - * Sell reasons changed to reflect the new naming of "exit" instead of sells. Be careful in your strategy if you're using `exit_reason` checks. + * Sell reasons changed to reflect the new naming of "exit" instead of sells. Be careful in your strategy if you're using `exit_reason` checks and eventually update your strategy. * `sell_signal` -> `exit_signal` * `custom_sell` -> `custom_exit` * `force_sell` -> `force_exit`