From 3e10849e02027e4efcda7be10cb1a6d59c039904 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Fri, 1 Apr 2022 05:55:00 -0600 Subject: [PATCH] short docs added link to strategy migration guide --- docs/leverage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/leverage.md b/docs/leverage.md index ece717bed..be6e61241 100644 --- a/docs/leverage.md +++ b/docs/leverage.md @@ -13,6 +13,9 @@ Please only use advanced trading modes when you know how freqtrade (and your strategy) works. Also, never risk more than what you can afford to lose. + +Please read the [strategy migration guide](https://www.freqtrade.io/en/latest/strategy_migration/#strategy-migration-between-v2-and-v3) to migrate your strategy from a freqtrade v2 strategy, to v3 strategy that can short and trade futures + ## Shorting Shorting is not possible when trading with [`trading_mode`](#understand-tradingmode) set to `spot`. To short trade, `trading_mode` must be set to `margin`(currently unavailable) or [`futures`](#futures), with [`margin_mode`](#margin-mode) set to `cross`(currently unavailable) or [`isolated`](#isolated-margin-mode)