mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 18:13:04 +00:00
Deployed d6bf20b to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -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">¶</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>
|
||||
|
||||
Reference in New Issue
Block a user