docs: clarify docs about plot annotation callback

pull/11158/head
Matthias 1 year ago
parent 5700f789e2
commit 4ff200d315

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

Loading…
Cancel
Save