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

  • NinjaTrader_Jesse
    replied
    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.




    Leave a comment:


  • saltminer
    replied
    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

    Leave a comment:


  • saltminer
    started a topic Market Analyzer broken after saving Workspace

    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

Latest Posts

Collapse

Topics Statistics Last Post
Started by samish18, Yesterday, 12:20 PM
1 response
11 views
0 likes
Last Post WaleeTheRobot  
Started by Lancer, 01-29-2020, 10:15 PM
6 responses
460 views
1 like
Last Post neveral0n3  
Started by Rogers101, Today, 11:30 AM
1 response
13 views
0 likes
Last Post WaleeTheRobot  
Started by AndreiBig, Yesterday, 12:30 AM
1 response
11 views
0 likes
Last Post NinjaTrader_Eduardo  
Started by nicthe, Today, 07:38 AM
2 responses
15 views
0 likes
Last Post WaleeTheRobot  
Working...
X