Skip to content

Commit

Permalink
Merge pull request freqtrade#4394 from JoeSchr/develop
Browse files Browse the repository at this point in the history
fix(doc/plotting): misplaced comma in example code
  • Loading branch information
xmatthias authored Feb 18, 2021
2 parents 2b0d207 + c9688f1 commit 4e5f847
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 @@ -188,7 +188,7 @@ Sample configuration with inline comments explaining the process:
'senkou_a': {
'color': 'green', #optional
'fill_to': 'senkou_b',
'fill_label': 'Ichimoku Cloud' #optional,
'fill_label': 'Ichimoku Cloud', #optional
'fill_color': 'rgba(255,76,46,0.2)', #optional
},
# plot senkou_b, too. Not only the area to it.
Expand Down

0 comments on commit 4e5f847

Please sign in to comment.