From 0cba4ec460aae7ae23324ad61578f8e69db71f0d Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 31 Mar 2022 19:14:11 +0200 Subject: [PATCH] Fix doc typo --- 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 e5859dd7f..4b014c657 100644 --- a/docs/strategy_migration.md +++ b/docs/strategy_migration.md @@ -338,7 +338,7 @@ unfilledtimeout = { #### `order pricing` -Order pricing changed in 2 ways. `bid_strategy` was renamed to `entry_strategy` and `ask_strategy` was renamed to `exit_strategy`. +Order pricing changed in 2 ways. `bid_strategy` was renamed to `entry_pricing` and `ask_strategy` was renamed to `exit_pricing`. The attributes `ask_last_balance` -> `price_last_balance` and `bid_last_balance` -> `price_last_balance` were renamed as well. Also, price-side can now be defined as `ask`, `bid`, `same` or `other`. Please refer to the [pricing documentation](configuration.md#prices-used-for-orders) for more information.