Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

UIConverter doesn't work if backtest type = Optimization

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

    UIConverter doesn't work if backtest type = Optimization

    I have a UI converter to show/hide NinjaScript Properties if a checkbox has been selected, works perfect if Backtest Type is Backtest in Strategy analyzer but when I change it to optimization and select True for strategy.Entry, it does not show/hide the properties. Is it not refreshing the UI if optimization? Or is there new code I need to add for optimization selection?

    Code:
    if (strategy.Entry)
    {
    propertyDescriptorCollection.Add(side1);
    propertyDescriptorCollection.Add(entrySignal1);
    propertyDescriptorCollection.Add(entrySignalBarTyp e1);
    propertyDescriptorCollection.Add(entrySignalBarVal ue1);
    }

    #2
    Hello JakeOfSpades,

    Thank you for your post.

    Unfortunately this would be expected behavior. Even if a property is toggled off, it will still display in the Settings Display and applying a NinjaScriptProperty attribute to toggling property breaks the toggling behavior. This is a limitation of the platform and how it performs backtests/optimizations.

    Please let us know if we may be of further assistance to you.

    Comment


      #3
      Originally posted by NinjaTrader_Kate View Post
      Hello JakeOfSpades,

      Thank you for your post.

      Unfortunately this would be expected behavior. Even if a property is toggled off, it will still display in the Settings Display and applying a NinjaScriptProperty attribute to toggling property breaks the toggling behavior. This is a limitation of the platform and how it performs backtests/optimizations.

      Please let us know if we may be of further assistance to you.
      Understood, unfortunate limitation.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      89 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      135 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      69 views
      0 likes
      Last Post PaulMohn  
      Working...
      X