Skip to content

Commit

Permalink
Keep the docs clean for unexperienced users
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Feb 6, 2020
1 parent 418e7ad commit f57bd6b
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 @@ -551,7 +551,7 @@ class MyAwesomeStrategy2(MyAwesomeStrategy):
trailing_stop = True
```

Both attributes and methods may be overriden, altering behavior of the original strategy in a way you need. The strategy classes may be located in the same module (python file with the source code of your strategy) or in different modules (different python files). In the latter case you need to properly import the strategy class you derive the new one from.
Both attributes and methods may be overriden, altering behavior of the original strategy in a way you need.

### Common mistakes when developing strategies

Expand Down

0 comments on commit f57bd6b

Please sign in to comment.