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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    72 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    39 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X