I have many indicators that output Series<double> as public properties so I can programmatically consume them in code elsewhere. However, it would be really handy if I could simply use the UI to wire up these Series<double> Public Properties directly in the UI, while adding an indicator. This would enable me to quickly visually see possible relationships, and perhaps save a few minutes before I commit to do the same in code.
The enhancement is to extend the UI to enable adding any Public Properties that satisfy the ISeries<t> interface in the UI as you add an indicator to a chart.

Comment