Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Creating optimization executable

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

    Creating optimization executable

    Hi,

    I'm trying to create my own optimization criteria and I have a doubt. I need to optimize minimizing the number of bars per trade. To do this I replace in a copied file on the "Type" folder this line of code:

    public override double GetPerformanceValue(SystemPerformance systemPerformance)
    {
    return systemPerformance.AllTrades.TradesPerformance.AvgB arsInTrade;
    }

    but I need to specify that this value has to be minimized. Where do I specify it? I don't see on the remaining code any line to minimize or maximize

    #2
    Hello,

    Unfortunately there is not a supported method for setting the minimum number of trades.

    However I have forwarded this item to development to add in a potential future version for a default type to help keep the bars in trade as low as possible. This is tracked using ID #1164
    MatthewNinjaTrader Product Management

    Comment


      #3
      guillemb,

      Do you still need this kind of functionality?
      Check: http://pvoodoo.blogspot.com/2012/09/...hdrawdown.html
      Free example but let's see what can be done for this AvgBarsInTrade.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      71 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      43 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      25 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      28 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      56 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X