Deployed 52c73ea to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -3703,7 +3703,7 @@ For futures, we need to adjust the direction (up or down), as well as adjust for
|
||||
</code></pre></div>
|
||||
<hr />
|
||||
<h2 id="custom-order-price-rules">Custom order price rules<a class="headerlink" href="#custom-order-price-rules" title="Permanent link">¶</a></h2>
|
||||
<p>By default, freqtrade use the orderbook to automatically set an order price(<a href="../configuration/#prices-used-for-orders">Relevant documentation</a>), you also have the option to create custom order prices based on your strategy.</p>
|
||||
<p>By default, freqtrade use the orderbook to automatically set an order price (<a href="../configuration/#prices-used-for-orders">Relevant documentation</a>), you also have the option to create custom order prices based on your strategy.</p>
|
||||
<p>You can use this feature by creating a <code>custom_entry_price()</code> function in your strategy file to customize entry prices and <code>custom_exit_price()</code> for exits.</p>
|
||||
<p>Each of these methods are called right before placing an order on the exchange.</p>
|
||||
<div class="admonition note">
|
||||
|
||||
Reference in New Issue
Block a user