For example, if the NT provided sample code from , "Creating a user-defined parameter type(enum)" the indicator SampleUniversalMovingAverage presents the user with a list of moving average types to choose from.
If I use this sample code in a strategy, how can I optimize on the list so the best moving average type would be revealed by the optimizer?

Comment