Deployed 02475eb to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2026-03-05 08:55:19 +00:00
parent 40f2b8ab63
commit fad2fa1e63
2 changed files with 2 additions and 2 deletions

View File

@@ -2929,7 +2929,7 @@ If an incorrect category string is chosen, the plugin will print the available c
</div>
<h4 id="crossmarketpairlist">CrossMarketPairList<a class="headerlink" href="#crossmarketpairlist" title="Permanent link">&para;</a></h4>
<p>Generate or filter pairs based of their availability on the opposite market.</p>
<p>The <code>pairs_exis_on</code> setting defines whether the pairs should exists on both spot and futures market (<code>both_markets</code>) or only exist on the specified trading mode (<code>current_market_only</code>). By default, the plugin will be in <code>both_markets</code> setting, which means whitelisted pairs have to exists on both spot and futures markets.</p>
<p>The <code>pairs_exist_on</code> setting defines whether the pairs should exists on both spot and futures market (<code>both_markets</code>) or only exist on the specified trading mode (<code>current_market_only</code>). By default, the plugin will be in <code>both_markets</code> setting, which means whitelisted pairs have to exists on both spot and futures markets.</p>
<h4 id="agefilter">AgeFilter<a class="headerlink" href="#agefilter" title="Permanent link">&para;</a></h4>
<p>Removes pairs that have been listed on the exchange for less than <code>min_days_listed</code> days (defaults to <code>10</code>) or more than <code>max_days_listed</code> days (defaults <code>None</code> mean infinity).</p>
<p>When pairs are first listed on an exchange they can suffer huge price drops and volatility

File diff suppressed because one or more lines are too long