The problem I am having is this: I need to declare a DataSeries variable to collect the RCI slope data, so I use the RCI slope data to determine the market trend in my strategy. I declare the DataSeries as follows:
public DataSeries mySlopeSeries;
If I declare mySlopeSeries as public, I cannot save the template; if I declare it as private there is not any issue. I do not understand the reasons for this behaviour. I read the post on serialization believing it to would be the origin of the problem and adopted the suggestions, but it did not help.
The post I am referring to is this one:
Please help me out! As an attachment you can find the regression channel indicator that I modified.
Thank you for all your help, ciao.
Comment