Update docs/strategy-customization.md

Co-Authored-By: Matthias <xmatthias@outlook.com>
This commit is contained in:
hroff-1902 2020-02-06 17:45:15 +03:00 committed by GitHub
parent 412f5d68de
commit 2034527faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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