Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to fix: 'Unable to deserialize user data' message

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

    How to fix: 'Unable to deserialize user data' message

    I have a strategy that gives me the attached error dialog when I load it.
    I believe the error dialog is referring to the code below.
    I cloned the code from an indicator which had no errors.
    Can anybody point out what i did wrong?

    Code:
     
            [Description("Swing Text Font")]
            [GridCategory("Parameters: Indicators")]
            [Gui.Design.DisplayNameAttribute("Swing Text Font")]
            public Font SwingTextFont
            {
                get { return swingTextFont; }
                set { swingTextFont = value; }
            }
            [Browsable(false)]
            public string SwingTextFontSerialize
            {
                get { return NinjaTrader.Gui.Design.SerializableFont.ToString(swingTextFont); }
                set { swingTextFont = NinjaTrader.Gui.Design.SerializableFont.FromString(value); }
            }

    Thanks,
    Gary
    Attached Files

    #2
    Hello GaryAlbers,

    Thank you for your post.

    I do not see any issues with the code you provided, can you provide us the full strategy script?

    You can attach your indicator to your response by going to File > Utilities > Export NinjaScript > Export selected source files > select your Indicator > select the right arrow > Export. The file will be located under (My) Documents\NinjaTrader 7\bin\Custom\ExportNinjaScript.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    103 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    52 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    34 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    37 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    74 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X