diff --git a/docs/plotting.md b/docs/plotting.md index bbe9307c8..df988c578 100644 --- a/docs/plotting.md +++ b/docs/plotting.md @@ -276,10 +276,6 @@ def plot_config(self): !!! Note "Trade position adjustments" If `position_adjustment_enable` / `adjust_trade_position()` is used, the trade initial buy price is averaged over multiple orders and the trade start price will most likely appear outside the candle range. -!!! Note "Futures / Margin trading" - `plot-dataframe` does not support Futures / short trades, so these trades will simply be missing, and it's unlikely we'll be adding this functionality to this command. - Please use freqUI instead by starting freqtrade in [webserver mode](utils.md#webserver-mode) and use the Chart page to plot your dataframe. - ## Plot profit ![plot-profit](assets/plot-profit.png)