docs: clarify docs about plot annotation callback
This commit is contained in:
@@ -1070,6 +1070,8 @@ class AwesomeStrategy(IStrategy):
|
|||||||
## Plot annotations callback
|
## Plot annotations callback
|
||||||
|
|
||||||
The plot annotations callback is called whenever freqUI requests data to display a chart.
|
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.
|
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.
|
Depending on the content returned - the chart can display horizontal areas, vertical areas, or boxes.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user