mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 10:03:05 +00:00
Deployed 74507e9 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -1992,7 +1992,7 @@ They will allow you to drill deeper into your results, and perform analysis whic
|
||||
<span class="n">trades</span><span class="o">.</span><span class="n">groupby</span><span class="p">(</span><span class="s2">"pair"</span><span class="p">)[</span><span class="s2">"exit_reason"</span><span class="p">]</span><span class="o">.</span><span class="n">value_counts</span><span class="p">()</span>
|
||||
</code></pre></div>
|
||||
<h2 id="analyze-the-loaded-trades-for-trade-parallelism">Analyze the loaded trades for trade parallelism<a class="headerlink" href="#analyze-the-loaded-trades-for-trade-parallelism" title="Permanent link">¶</a></h2>
|
||||
<p>This can be useful to find the best <code>max_open_trades</code> parameter, when used with backtesting in conjunction with <code>--disable-max-market-positions</code>.</p>
|
||||
<p>This can be useful to find the best <code>max_open_trades</code> parameter, when used with backtesting in conjunction with a very high <code>max_open_trades</code> setting.</p>
|
||||
<p><code>analyze_trade_parallelism()</code> returns a timeseries dataframe with an "open_trades" column, specifying the number of open trades for each candle.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="kn">from</span> <span class="nn">freqtrade.data.btanalysis</span> <span class="kn">import</span> <span class="n">analyze_trade_parallelism</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user