Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

[bug] strategy analizer

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

    [bug] strategy analizer

    Hello guys,

    after upgrading to 8.0.4.0 I see following bug appear in strategy analyzer (optimization):

    When strategy code has Boolean or String property Optimization mode never activates (does not switch to multiple input fields to enter from/to/step values)

    If I comment out this properties it will work again (please see in screenshots)

    1 screenshot - when Boolean and String property is presented in code
    2 screenshot - when I comment/remove them out

    [8.0.4.0 64-bit]

    Please fix it
    Attached Files

    #2
    Hello,

    Thank you for the post.

    Would you be able to provide the syntax for the properties you are showing including the portion you had commented out? I would like to see how you are declaring the properties and the specific syntax used in this case to test on my end.

    I look forward to being of further assistance.

    Comment


      #3
      Hi Jesse, thanks for your reply,

      properties in code:
      [NinjaScriptProperty] public bool ConfigEnabled{get;set;}
      [NinjaScriptProperty] public string ConfigFile {get;set;}

      properties commented out:
      //[NinjaScriptProperty] public bool ConfigEnabled{get;set;}
      //[NinjaScriptProperty] public string ConfigFile {get;set;}

      Please, let me know if you need more information
      Last edited by login_dejavu; 02-12-2017, 08:13 AM.

      Comment


        #4
        Hello,

        Thank you for providing the sample, I do see the same outcome and will need to research this further. I will provide a sample to development for review as well. Once I have further information on this topic I will reply back here.

        I look forward to being of further assistance.

        Comment


          #5
          It looks like removing the [NinjaScriptProperty] fixes the trouble
          //[NinjaScriptProperty]
          public bool ConfigEnabled{get;set;}
          //[NinjaScriptProperty]
          public string ConfigFile {get;set;}
          pmaglio
          NinjaTrader Ecosystem Vendor - The Indicator Store

          Comment


            #6
            Hello,

            I just wanted to reply back on this item.

            It appears there was a problem surrounding this situation so a bug report was issued: 11266. You can locate this item in the changelog in the next public release.

            I look forward to being of further assistance.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by cmoran13, 04-16-2026, 01:02 PM
            0 responses
            77 views
            0 likes
            Last Post cmoran13  
            Started by PaulMohn, 04-10-2026, 11:11 AM
            0 responses
            45 views
            0 likes
            Last Post PaulMohn  
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            168 views
            1 like
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            101 views
            1 like
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            170 views
            2 likes
            Last Post CaptainJack  
            Working...
            X