Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How does Genetic Optimizer combine parameters?

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

    How does Genetic Optimizer combine parameters?

    Hi,

    If I have 5 parameters in an array each with a min/max range, does the Genetic optimizer randomly combine parameters and/or mutates them? Just trying to understand how to set it up. For example, i have the following X inputs that are OHLC for different time frames

    [X1,X2,X3,X4,Y1]=[1*X1,1*X2,1*X3,1*X4,1*Y1]



    If I set the buy condition as :

    if(Y1>0.9)

    Will the optimizer combine the above parameters to optimize the value of Y1 by itself? Or would I have to manually provide a relation/formula between each parameters such as X1*0.98+X2*0.23+X3*1+X4*0.34-Y1=0. If i am correct, i believe the Genetic optimizer is supposed to combine the right number of parameters through mutation and speciation.

    I'd appreciate your support on my query. Thank You

    #2
    Hello MyFirstMillion,

    The regular Optimizer will test every combination of optimizable inputs. This is like a brute force.

    The Genetic Optimizer does some randomization of the input parameters as seeds, finds the best winners, and does further opmizations around those sets of parameters.

    Below is a link to the help guide.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    50 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    127 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    69 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X