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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      71 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      39 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      62 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X