Based on what I've read I can't put these data in a DataSeries and display that on the chart as a curve.
However I don't think I can implement the logic as an Indicator because it needs to know that when the strategy is not in a position it should not display values (i.e., it should be DataSeries.Reset for those bars).
What is the best solution to display this stop curve?

Comment