Skip to content

Commit

Permalink
Update docs/strategy-customization.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Matthias <xmatthias@outlook.com>
  • Loading branch information
hroff-1902 and xmatthias committed Feb 6, 2020
1 parent 412f5d6 commit 2034527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/strategy-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ freqtrade trade --strategy AwesomeStrategy --strategy-path /some/directory

The strategies can be derived from other strategies. This avoids duplication of your custom strategy code. You can use this technique to override small parts of your main strategy, leaving the rest untouched:

```
``` python
class MyAwesomeStrategy(IStrategy):
...
stoploss = 0.13
Expand Down

0 comments on commit 2034527

Please sign in to comment.