From b4b594c0dd177ac7dfe83ded69ff9c753d5980e8 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Fri, 1 Apr 2022 06:02:32 -0600 Subject: [PATCH] docs on setting enter_short and exit_short --- docs/leverage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/leverage.md b/docs/leverage.md index be6e61241..5481c1997 100644 --- a/docs/leverage.md +++ b/docs/leverage.md @@ -22,6 +22,8 @@ Shorting is not possible when trading with [`trading_mode`](#understand-tradingm For a strategy to short, the strategy class must set the class variable `can_short = True` +Please read [strategy customization](https://www.freqtrade.io/en/latest/strategy-customization/#entry-signal-rules) for instructions on how to set signals to enter and exit short trades + ## Understand `trading_mode` The possible values are: `spot` (default), `margin`(*Currently unavailable*) or `futures`.