From 189cd2994c080e5c4f14ce5444cb167631387da4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Nov 2024 16:07:42 +0000 Subject: [PATCH] Deployed 85dbe83 to develop in en with MkDocs 1.6.1 and mike 2.1.3 --- en/develop/developer/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.