From 2b55f45be0662a88283ced0bb4acc21b78217147 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 4 Apr 2022 19:45:39 +0200 Subject: [PATCH] Improve deprecated documentation --- docs/deprecated.md | 9 +++++++-- docs/strategy_migration.md | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 1c929a610..1a2b78e90 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -66,5 +66,10 @@ We will keep a compatibility layer for 1-2 versions (so both `buy_tag` and `ente #### Naming changes -All "sell" occurances in webhook context have been replaced with "exit" configurations. -As a result `webhooksell` became `webhookexit`, `webhooksellfill` became `webhookexitfill` and `webhooksellcancel` became `webhookexitcancel` +Webhook terminology changed from "sell" to "exit", and from "buy" to "entry". + *`webhookbuy` -> `webhookentry` + * `webhookbuyfill` -> `webhookentryfill` + *`webhookbuycancel` -> `webhookentrycancel` + * `webhooksell` -> `webhookexit` + *`webhooksellfill` -> `webhookexitfill` + * `webhooksellcancel` -> `webhookexitcancel` diff --git a/docs/strategy_migration.md b/docs/strategy_migration.md index 8f1b0fd5d..2c056f943 100644 --- a/docs/strategy_migration.md +++ b/docs/strategy_migration.md @@ -47,7 +47,7 @@ You can use the quick summary as checklist. Please refer to the detailed section * `custom_sell` -> `custom_exit` * `force_sell` -> `force_exit` * `emergency_sell` -> `emergency_exit` - * Webhook terminology changed from "sell" to "exit". + * Webhook terminology changed from "sell" to "exit", and from "buy" to entry * `webhookbuy` -> `webhookentry` * `webhookbuyfill` -> `webhookentryfill` * `webhookbuycancel` -> `webhookentrycancel`