Using your model below, how can I also keep parameters there which will show up in my dialog box upon adding the strategy to the chart or tab?
In other words, I found that I could put my "centralized parameters" in the UserDefinedMethods under the partial class they provide, and they show up when I go to start a strategy.
But if I put a class just below the partial class and instantiate it within my strategy as per your model below, everything works, but I can't see the parameters.
What I want is to instantiate my class and then provide the parameters via the dialog box, but only for those parameters which are related to the class I am using.
I will provide sample code in following posts


Comment