The challenge I have is that as I'm improving the indicator and developing new versions, I need to go to each one of those and rename, otherwise I get an error similar to this if you save the example with another name: "The namespace '<global namespace>' already contains a definition for 'UniversalMovingAverage'".
Anybody has a suggestion on how to define these enum groups so I wouldn't have to go through this everytime I create a new version of my indicator?
I guess this may be more of a C# question for the C# gurus out there...
Thanks for any help!


Comment