Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 31, 2019
1 parent 736deaa commit 2886fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2886fa2

Please sign in to comment.