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

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:	222
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.




      JesseNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by wzgy0920, 04-20-2024, 06:09 PM
      2 responses
      26 views
      0 likes
      Last Post wzgy0920  
      Started by wzgy0920, 02-22-2024, 01:11 AM
      5 responses
      32 views
      0 likes
      Last Post wzgy0920  
      Started by wzgy0920, Yesterday, 09:53 PM
      2 responses
      49 views
      0 likes
      Last Post wzgy0920  
      Started by Kensonprib, 04-28-2021, 10:11 AM
      5 responses
      191 views
      0 likes
      Last Post Hasadafa  
      Started by GussJ, 03-04-2020, 03:11 PM
      11 responses
      3,231 views
      0 likes
      Last Post xiinteractive  
      Working...
      X