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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    144 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    71 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    125 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Working...
    X