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 proptrade13, Today, 11:06 AM
            1 response
            5 views
            0 likes
            Last Post NinjaTrader_Clayton  
            Started by quantismo, 04-17-2024, 05:13 PM
            4 responses
            30 views
            0 likes
            Last Post quantismo  
            Started by love2code2trade, 04-17-2024, 01:45 PM
            4 responses
            32 views
            0 likes
            Last Post love2code2trade  
            Started by cls71, Today, 04:45 AM
            2 responses
            10 views
            0 likes
            Last Post eDanny
            by eDanny
             
            Started by kulwinder73, Today, 10:31 AM
            1 response
            10 views
            0 likes
            Last Post NinjaTrader_Erick  
            Working...
            X