docs: Add link to storing custom data from order_filled

part of #12238
This commit is contained in:
Matthias
2025-09-11 19:29:23 +02:00
parent 25a3de653c
commit 8d965d4833

View File

@@ -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.