Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Optimiser Type

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

    Optimiser Type

    Hi - is it possible to use different optimiser types with NT? if so, who are the best people to contact to develop the appropriate methodologies - I am particularly interested in Genetic Algorithms.............

    thx
    David

    #2
    Unfortunately NT only supports the brute force optimization (testing all possible parameter combinations).

    Comment


      #3
      is not possible to use a 3rd party algorithm that can be incorporated into NT ?

      Comment


        #4
        Unfortunately not

        Comment


          #5
          any plans ?

          Comment


            #6
            Not right now

            Comment


              #7
              It's quite easy to replace default brute force optimizer. Override Optimize() method in class derived from OptimizationMethod.
              Use Documents\NinjaTrader6\bin\Custom\Type\@DefaultOpt imizationMethod.cs file as a sample. I use Monte Carlo (random) time-limited optimizer. Finds good parameters much faster.

              Comment


                #8
                vtaran
                thx for the reply. I am aware that it is possible to change the optimiser type in NT, but was not aware of any available NT alternatives (until the System Quality Number thread here in the Support Forum). Do you have details of the Monte Carlo optimiser that you are using, i.e. where did you get it from? is it specific to NT, costs, etc.).

                many thx in advance
                David

                Comment


                  #9
                  There's a difference between Optimizer and OptimizerType. The Optimizer runs the actual test, has the ability to select which parameters to use, etc. The OptimizerType (e.g. the SQN I posted) ranks the result from one iteration. You are interested in the Optimizer.

                  Comment


                    #10
                    I wrote optimizer myself. It iterates through parameters not sequentially but randomly for preselected time. If brute force optimization is going to take many hours/days I use random optimizer to narrow the ranges (and often it finds parameters very close to optimal). Than default optimizer can be used for fine tuning if required. Later I will write Genetic optimizer. Don't have much time now. Current version of NT Default (brute force) optimizer is too basic. As a minimum it should be multithreaded.

                    Comment


                      #11
                      appreciate your comments guys- thx !
                      David

                      Comment


                        #12
                        vtaran .. would you mind posting your optimiser?

                        Comment


                          #13
                          I am very insterested in this topic too. Can you post your optimizer?
                          Thanks
                          Last edited by Jenny; 01-18-2008, 04:14 AM.

                          Comment


                            #14
                            To get more than the default two optimizer types you will need to do what vtaran did and program your own. The other files in the folder are what you optimize for and not the optimizer type itself.
                            Josh P.NinjaTrader Customer Service

                            Comment


                              #15
                              Josh,
                              Thanks for your reply.
                              IF zoltran or somebody else can give us the optimizer, it would be great.
                              Last edited by Jenny; 01-18-2008, 09:04 AM.

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by pechtri, 06-22-2023, 02:31 AM
                              9 responses
                              122 views
                              0 likes
                              Last Post NinjaTrader_ChelseaB  
                              Started by frankthearm, 04-18-2024, 09:08 AM
                              16 responses
                              66 views
                              0 likes
                              Last Post NinjaTrader_Clayton  
                              Started by habeebft, Today, 01:18 PM
                              1 response
                              5 views
                              0 likes
                              Last Post NinjaTrader_ChelseaB  
                              Started by benmarkal, Today, 12:52 PM
                              2 responses
                              18 views
                              0 likes
                              Last Post benmarkal  
                              Started by f.saeidi, Today, 01:38 PM
                              1 response
                              9 views
                              0 likes
                              Last Post NinjaTrader_BrandonH  
                              Working...
                              X