I am trying to do that the same way I expose variables from indicators to strategies, but I see it is not working the same bidirectional way.
Is there a reliable way to achieve that?
Basically what I want is to plot a variable from the strategy, but I want it to plot it whenever I want by using an Input in the UI. The problem is if I do that within the strategy, if I don't want to plot my variable it still creates the lower panel... So I thought to expose it to an indicator just to work around this.
I appreciate your suggestions.

Comment