Deployed 8d965d4 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-09-11 17:30:43 +00:00
parent f0073acc0a
commit 0956512eaa
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3705,6 +3705,11 @@ It will be called independent of the order type (entry, exit, stoploss or positi
<span class="k">return</span> <span class="kc">None</span>
</code></pre></div>
<div class="admonition tip">
<p class="admonition-title">Learn more about storing data</p>
<p>You can learn more about storing data on the <a href="../strategy-advanced/#storing-information-persistent">Storing custom trade data</a> section.
Please keep in mind that this is considered advanced usage, and should be used with care.</p>
</div>
<h2 id="plot-annotations-callback">Plot annotations callback<a class="headerlink" href="#plot-annotations-callback" title="Permanent link">&para;</a></h2>
<p>The plot annotations callback is called whenever freqUI requests data to display a chart.
This callback has no meaning in the trade cycle context and is only used for charting purposes.</p>