I want to add an indicator to my strategy. The indicator has many parameters, but when I type its name and left parenthesis it only shows two overloads. They are like these:
Indicator(IDataSeries input);
Indicator();
It seems that there is something in the indicator property descriptions that prevents parameters from showing in 'overloads'.
How should I change indicator property descriptions, so that particular parameters show in 'overloads'?
Thanks,
Valentin

Comment