Update docs/strategy-customization.md
Co-Authored-By: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
412f5d68de
commit
2034527faa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user