Update docs/developer.md

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
hroff-1902 2020-05-29 11:28:09 +03:00 committed by GitHub
parent 909b812550
commit 43225cfdcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ This should contain the name of the Pairlist Handler, as well as a short descrip
Override this method if the Pairlist Handler can be used as the leading Pairlist Handler in the chain, defining the initial pairlist which is then handled by all Pairlist Handlers in the chain. Examples are `StaticPairList` and `VolumePairList`.
This is called with each iteration of the bot - so consider implementing caching for compute/network heavy calculations.
This is called with each iteration of the bot (only if the Pairlist Handler is at the first location) - so consider implementing caching for compute/network heavy calculations.
It must return the resulting pairlist (which may then be passed into the chain of Pairlist Handlers).