Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Possible to optimize on user defined parameters

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Possible to optimize on user defined parameters

    How can I optimize from a list of user defined parameters presented to the user?

    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?

    #2
    Hi Crassius, there would be unfortunately not a direct way, as the optimizer natively could only work with int's and double values to iterate through, so you could assign a given MA choice an int value and the itereate through this public property with the optimizer to find the 'best' MA for your setup.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    60 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    148 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    98 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    286 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X