From 7c2e8420af05f6708f07fa0983fb59d891d15b6c Mon Sep 17 00:00:00 2001 From: Stefano Ariestasia Date: Tue, 29 Mar 2022 09:27:30 +0900 Subject: [PATCH] Add note that enter_long must be set --- docs/strategy_migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/strategy_migration.md b/docs/strategy_migration.md index ee6f1a494..c7a2fb851 100644 --- a/docs/strategy_migration.md +++ b/docs/strategy_migration.md @@ -18,6 +18,7 @@ If you intend on using markets other than spot markets, please migrate your stra * `sell` -> `exit_long` * `buy_tag` -> `enter_tag` (used for both long and short trades) * New column `enter_short` and corresponding new column `exit_short` + * `enter_long` MUST be set even if the strategy is a shorting strategy. * trade-object now has the following new properties: `is_short`, `enter_side`, `exit_side` and `trade_direction`. * New `side` argument to callbacks without trade object * `custom_stake_amount`