I'm trying to build a strategy using the plots from an indicator.
The DataBox returns a value on the signal bar, and n/a on non signal bars
Similar to this
The chart plots it provides are drawn with OnRender, rather than drawing objects.
When i the indicator to strategy builder i get these errors
How do i get the signals into a strategy?

Comment