mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Improve deprecated documentation
This commit is contained in:
parent
0db5d9f7fa
commit
2b55f45be0
|
@ -66,5 +66,10 @@ We will keep a compatibility layer for 1-2 versions (so both `buy_tag` and `ente
|
||||||
|
|
||||||
#### Naming changes
|
#### Naming changes
|
||||||
|
|
||||||
All "sell" occurances in webhook context have been replaced with "exit" configurations.
|
Webhook terminology changed from "sell" to "exit", and from "buy" to "entry".
|
||||||
As a result `webhooksell` became `webhookexit`, `webhooksellfill` became `webhookexitfill` and `webhooksellcancel` became `webhookexitcancel`
|
*`webhookbuy` -> `webhookentry`
|
||||||
|
* `webhookbuyfill` -> `webhookentryfill`
|
||||||
|
*`webhookbuycancel` -> `webhookentrycancel`
|
||||||
|
* `webhooksell` -> `webhookexit`
|
||||||
|
*`webhooksellfill` -> `webhookexitfill`
|
||||||
|
* `webhooksellcancel` -> `webhookexitcancel`
|
||||||
|
|
|
@ -47,7 +47,7 @@ You can use the quick summary as checklist. Please refer to the detailed section
|
||||||
* `custom_sell` -> `custom_exit`
|
* `custom_sell` -> `custom_exit`
|
||||||
* `force_sell` -> `force_exit`
|
* `force_sell` -> `force_exit`
|
||||||
* `emergency_sell` -> `emergency_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`
|
* `webhookbuy` -> `webhookentry`
|
||||||
* `webhookbuyfill` -> `webhookentryfill`
|
* `webhookbuyfill` -> `webhookentryfill`
|
||||||
* `webhookbuycancel` -> `webhookentrycancel`
|
* `webhookbuycancel` -> `webhookentrycancel`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user