Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    Kate W.NinjaTrader Customer Service

    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 fx.practic, 10-15-2013, 12:53 AM
      5 responses
      5,404 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by Shai Samuel, 07-02-2022, 02:46 PM
      4 responses
      95 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by DJ888, Yesterday, 10:57 PM
      0 responses
      8 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      159 views
      0 likes
      Last Post loganjarosz123  
      Started by Belfortbucks, Yesterday, 09:29 PM
      0 responses
      8 views
      0 likes
      Last Post Belfortbucks  
      Working...
      X