add small note to pairlist dev docs

This commit is contained in:
Matthias 2020-10-14 19:24:09 +02:00
parent 04878c3ce1
commit 246b4a57a4
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ The base-class provides an instance of the exchange (`self._exchange`) the pairl
self._pairlist_pos = pairlist_pos
```
!!! Note
You'll need to register your pairlist in `constants.py` under the variable `AVAILABLE_PAIRLISTS` - otherwise it will not be selectable.
Now, let's step through the methods which require actions:
#### Pairlist configuration