Optimization

Discussion in 'Automated Trading' started by elitetradesman, Jul 3, 2011.

  1. its not bad in NT for high frequency intraday strategies, but then i've never found one of those that works consistently.


    I use amibroker for optimization of multiday strategies using decades of historical data....works well. Of course, you can blow yourself the F up if you don't know what your doing. Optimization is not, in my experience, a way to find a successful strategy, it is an effective way to tweak a successful strategy that was discovered based on some fundamental underlying set of principles.
     
    #11     Jul 17, 2011
  2. Realize this thread is a bit old, however I do have a couple points here.

    1) Brute force optimization is still optimization.

    2) Optimizing in this case is NP-Complete. There are ways that may cut down on the optimization time but in the worst case you will always have the possibility of having your algorithm take as long as brute force.

    3) NinjaTrader offers a genetic algorithm optimization method as well.

    4) The optimization methods and metrics used for them are exposed, so you can create your own. I am working on adding a few optimization methods on the side that will be available free in their forum.
     
    #12     Jun 9, 2012