From c1c2d24bdc002717b50739ac2655725c00e57f8c Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 4 Mar 2026 10:02:52 +0900 Subject: [PATCH] fix docs --- docs/includes/pairlists.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/includes/pairlists.md b/docs/includes/pairlists.md index bd1308491..64b97e6a1 100644 --- a/docs/includes/pairlists.md +++ b/docs/includes/pairlists.md @@ -405,9 +405,9 @@ Coins like 1000PEPE/USDT or KPEPE/USDT:USDT are detected on a best effort basis, #### CrossMarketPairList -Generate or filter pairs based of their availability on the opposite market. So for spot pairs, it will be checked against futures market, and vice versa. +Generate or filter pairs based of their availability on the opposite market. -The `mode` setting defines whether the plugin will filters in (whitelist `mode`) or filters out (blacklist `mode`) pairs if they are active on opposite market. By default, the plugin will be in whitelist mode. +The `pairs_exis_on` setting defines whether the pairs should exists on both spot and futures market (`both_markets`) or only exist on the specified trading mode (`current_market_only`). By default, the plugin will be in `both_markets` setting, which means whitelisted pairs have to exists on both spot and futures markets. #### AgeFilter