diff --git a/en/develop/developer/index.html b/en/develop/developer/index.html index e6d053dcf..3207c920a 100644 --- a/en/develop/developer/index.html +++ b/en/develop/developer/index.html @@ -2478,7 +2478,7 @@ This general class of error should however not be used directly. Instead, multip
You have a great idea for a new pair selection algorithm you would like to try out? Great. Hopefully you also want to contribute this back upstream.
Whatever your motivations are - This should get you off the ground in trying to develop a new Pairlist Handler.
-First of all, have a look at the VolumePairList Handler, and best copy this file with a name of your new Pairlist Handler.
+First of all, have a look at the VolumePairList Handler, and best copy this file with a name of your new Pairlist Handler.
This is a simple Handler, which however serves as a good example on how to start developing.
Next, modify the class-name of the Handler (ideally align this with the module filename).
The base-class provides an instance of the exchange (self._exchange) the pairlist manager (self._pairlistmanager), as well as the main configuration (self._config), the pairlist dedicated configuration (self._pairlistconfig) and the absolute position within the list of pairlists.