docs on setting enter_short and exit_short

This commit is contained in:
Sam Germain 2022-04-01 06:02:32 -06:00
parent 476c6416cc
commit b4b594c0dd
1 changed files with 2 additions and 0 deletions

View File

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