Improve wording on strategy migration

This commit is contained in:
Matthias 2022-04-04 19:53:56 +02:00
parent 4cd4edf08b
commit 89355a212e

View File

@ -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`