From 8d965d48332c3406dc8741a6295083e752c8229f Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 11 Sep 2025 19:29:23 +0200 Subject: [PATCH] docs: Add link to storing custom data from order_filled part of #12238 --- docs/strategy-callbacks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/strategy-callbacks.md b/docs/strategy-callbacks.md index ecc2cbb9b..8858afc84 100644 --- a/docs/strategy-callbacks.md +++ b/docs/strategy-callbacks.md @@ -1243,6 +1243,11 @@ class AwesomeStrategy(IStrategy): ``` +!!! Tip "Learn more about storing data" + You can learn more about storing data on the [Storing custom trade data](strategy-advanced.md#storing-information-persistent) section. + Please keep in mind that this is considered advanced usage, and should be used with care. + + ## Plot annotations callback The plot annotations callback is called whenever freqUI requests data to display a chart.