Add note that enter_long must be set

This commit is contained in:
Stefano Ariestasia
2022-03-29 09:27:30 +09:00
committed by GitHub
parent d1f61c4cf9
commit 7c2e8420af

View File

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