From 2886fa288ad073ed7aeb5507c8dab35a00836320 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 31 Aug 2019 15:31:47 +0200 Subject: [PATCH] fix documentation --- docs/plotting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plotting.md b/docs/plotting.md index d3247488c..61bf7b74a 100644 --- a/docs/plotting.md +++ b/docs/plotting.md @@ -80,7 +80,7 @@ Specify custom indicators. Use `--indicators1` for the main plot and `--indicators2` for the subplot below (if values are in a different range than prices). !!! tip - You will almost certainly want to specify a custom strategy! This can be done by adding `--strategy ClassName` to the command. + You will almost certainly want to specify a custom strategy! This can be done by adding `-s Classname` / `--strategy ClassName` to the command. ``` bash freqtrade --strategy AwesomeStrategy plot-dataframe -p BTC/ETH --indicators1 sma ema --indicators2 macd