Deployed 05ffc2d to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2026-03-15 18:23:43 +00:00
parent a76b031f24
commit 5fb3e9641f
7 changed files with 64 additions and 55 deletions
+4
View File
@@ -3699,6 +3699,10 @@ Orders that don't fill immediately are subject to regular timeout handling, whic
<p>Backtesting fills orders if their price falls within the candle's low/high range.
The below callbacks will be called once per (detail) candle for orders that don't fill immediately (which use custom pricing).</p>
</div>
<div class="admonition tip">
<p class="admonition-title">Replacing orders</p>
<p>If you'd like to replace an order with a different price instead of just cancelling it, you might want to look at <a href="#adjust-order-price"><code>adjust_order_price()</code></a> instead, which will allow you to both cancel the order, as well as replace it with a new price.</p>
</div>
<h3 id="custom-order-timeout-example">Custom order timeout example<a class="headerlink" href="#custom-order-timeout-example" title="Permanent link">&para;</a></h3>
<p>Called for every open order until that order is either filled or cancelled.
<code>check_entry_timeout()</code> is called for trade entries, while <code>check_exit_timeout()</code> is called for trade exit orders.</p>