docs: clarify docs about plot annotation callback

This commit is contained in:
Matthias
2024-12-28 16:38:40 +01:00
parent 5700f789e2
commit 4ff200d315

View File

@@ -1070,6 +1070,8 @@ class AwesomeStrategy(IStrategy):
## Plot annotations callback
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.
The strategy can then return a list of `AnnotationType` objects to be displayed on the chart.
Depending on the content returned - the chart can display horizontal areas, vertical areas, or boxes.