Deployed d6bf20b to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-06-18 05:07:46 +00:00
parent 61b300c413
commit 95bdb7fbe3
4 changed files with 49 additions and 49 deletions

View File

@@ -3590,7 +3590,7 @@ Within <a href="../strategy-callbacks/">callbacks</a>, you'll get the wallet sta
<h4 id="pair-locking-example">Pair locking example<a class="headerlink" href="#pair-locking-example" title="Permanent link">&para;</a></h4>
<div class="highlight"><pre><span></span><code><span class="kn">from</span><span class="w"> </span><span class="nn">freqtrade.persistence</span><span class="w"> </span><span class="kn">import</span> <span class="n">Trade</span>
<span class="kn">from</span><span class="w"> </span><span class="nn">datetime</span><span class="w"> </span><span class="kn">import</span> <span class="n">timedelta</span><span class="p">,</span> <span class="n">datetime</span><span class="p">,</span> <span class="n">timezone</span>
<span class="c1"># Put the above lines a the top of the strategy file, next to all the other imports</span>
<span class="c1"># Put the above lines at the top of the strategy file, next to all the other imports</span>
<span class="c1"># --------</span>
<span class="c1"># Within populate indicators (or populate_entry_trend):</span>