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

This commit is contained in:
github-actions[bot]
2025-12-11 06:06:36 +00:00
parent 30d2c5757f
commit 4584d14271
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3712,7 +3712,7 @@ For futures, we need to adjust the direction (up or down), as well as adjust for
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Using custom_entry_price, the Trade object will be available as soon as the first entry order associated with the trade is created, for the first entry, <code>trade</code> parameter value will be <code>None</code>.</p>
<p>When using <code>custom_entry_price()</code>, the Trade object will be available as soon as the first entry order associated with the trade is created, for the first entry, <code>trade</code> parameter value will be <code>None</code>.</p>
</div>
<h3 id="custom-order-entry-and-exit-price-example">Custom order entry and exit price example<a class="headerlink" href="#custom-order-entry-and-exit-price-example" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code><span class="c1"># Default imports</span>