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.
    JesseNinjaTrader Customer Service

    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.
        JesseNinjaTrader Customer Service

        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.
            JesseNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by bortz, 11-06-2023, 08:04 AM
            47 responses
            1,603 views
            0 likes
            Last Post aligator  
            Started by jaybedreamin, Today, 05:56 PM
            0 responses
            8 views
            0 likes
            Last Post jaybedreamin  
            Started by DJ888, 04-16-2024, 06:09 PM
            6 responses
            18 views
            0 likes
            Last Post DJ888
            by DJ888
             
            Started by Jon17, Today, 04:33 PM
            0 responses
            4 views
            0 likes
            Last Post Jon17
            by Jon17
             
            Started by Javierw.ok, Today, 04:12 PM
            0 responses
            12 views
            0 likes
            Last Post Javierw.ok  
            Working...
            X