However, the indicators have public data series that can be accessed for detecting the specified pattern. For example, you may want to go short or long when price breaks above the high or below the low of an inside bar. For that purpose, you would check the public data series for the value +1 (inside bar) or 0 (no inside bar),
Unfortunately, the strategy builder does not show these indicators in the dropdown menu, although they have public (non-plot) data series that can be accessed by the strategy builder.
Would it be possible to let the strategy builder access indicators that have public data series, but do not have regular plots?
I am aware that there is a possible workaround by
- adding a dummy plot such as a SMA(1)
- individually setting the plot colors to transparent for all data points (to remove plot and price markers)
This would possibly cheat the strategy builder into accepting the indicator and allow for accessing the non-plot data series, but is sort of a dirty trick with a redundant plot.

Comment