From b1ac0020c6edd44ac83c0d04975eff4c46d1389d Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Sat, 16 Oct 2021 19:22:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c9b0cc..c26e265 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The configuration file contains the following sections and fields: - **timeinterval** - update timeinterval in Seconds. (default is 3600) - **debug** - set to true to enable debug logging to file. (default is False) - **botids** - a list of bot id's to manage separated with commas -- **numberofpairs** - number of pairs to update your bots with. (default is 10) +- **numberofpairs** - number of pairs to update your bot(s) with. Set to 0 if you want to have exactly the max active deals for each bot as pair number. (default is 10) - **accountmode** - trading account mode for the API to use (real or paper). (default is paper) - **3c-apikey** - Your 3Commas API key value. - **3c-apisecret** - Your 3Commas API key secret value.