Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Market Analyzer broken after saving Workspace

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

    Market Analyzer broken after saving Workspace

    Hi,
    i have written a Market Analyzer column which works fine - until the workspace is saved. After that the Market Analyzer cannot be edited, giving the error visible in the screenshot below. If Ninja is restarted, the Market Analyzer is blank/empty.
    I know that when an indicator has an xml issue, saving the workspace will create a log error message, however in this case no error appears in the log tab when saving.
    I've triple-checked the public Properties and all seems fine. I'm baffled. Assistance will be appreciated.

    Cheers,
    saltminer

    Click image for larger version

Name:	Capture.PNG
Views:	270
Size:	36.1 KB
ID:	1179616

    #2
    UPDATE:
    I've tracked the problem to this Property, but I don't know what's wrong with it. It compiles, it produces results. It just won't save in the Workspace without killing the Market Analyzer. (silently)


    [NinjaScriptProperty]
    [Display(ResourceType = typeof(Custom.Resource), Name="SMAXCON Fast MA Type", Order=922, GroupName="PriceExpansion")]
    public NinjaTrader.SMAXCONSpace.MovAvgType PriceExpansion_FastMAType
    { get; set; }


    This is in an indicator, where it is declared like this:


    namespace NinjaTrader.SMAXCONSpace
    {
    public enum MovAvgType
    {
    SMA,
    EMA
    }
    }

    #region NinjaScript generated code. Neither change nor remove.
    .... etc

    Comment


      #3
      Hello saltminer,

      That may relate to where the enum is defined in the script. As an example indicators need to define the enum in a specific location in contrast to the indicator class, that may also hold true for analyzer columns. You could first try moving the enum to a similar structure as shown in the following sample in the link. Its also possible that the error comes if you are not setting a default value for that property from State.SetDefaults.

      If that does not work you may need to use a secondary serialization property here.




      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      579 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      554 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X