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 DannyP96, 05-18-2026, 02:38 PM
    1 response
    33 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    117 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    70 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    228 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    312 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X