Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

serialization error

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

    serialization error

    why this indicator:



    causes serializaton error:

    #2
    Hello TazoTodua,

    The issue is that Color objects cannot be serialized.

    With the code:
    //[XmlIgnore()]
    [Description("")]
    [GridCategory("Parameters - styles")]
    public Color Bullish_Line_Color
    {
    get { return bullish_Line_Color; }
    set { bullish_Line_Color = value; }
    }

    the //[XmlIgnore()] is commented out meaning this color is directly attempted to be serialized which causes an error. You will need to uncomment this line as this line is necessary.

    This is also true for the Bearish_Line_Color color.

    Below is a link to a post about serializing objects.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Many thanks!

      Another question:

      what might cause this error:


      using these indicators:

      base (1st) indi - https://pastebin.com/raw/fBuw6Pmc

      main indi (which is used on chart, and depends on 1st indi values) - https://pastebin.com/raw/SJmh2MbH

      Comment


        #4
        Hello TazoTodua,

        The error indicates that your computer has run out of memory.

        An indicator that does not efficiently use objects could cause this behavior.

        A system that does not have much memory can cause this behavior.

        If you are using the 32 bit version of NinjaTrader, this also limits the amount of memory available to NinjaTrader.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Is that caused by not making correct DISPOSE() or that is not cause in my case?

          Comment


            #6
            Hello,

            Please see my reply in post: https://ninjatrader.com/support/foru...96&postcount=4

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by sjsj2732, Yesterday, 04:31 AM
            0 responses
            22 views
            0 likes
            Last Post sjsj2732  
            Started by NullPointStrategies, 03-13-2026, 05:17 AM
            0 responses
            280 views
            0 likes
            Last Post NullPointStrategies  
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            279 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            130 views
            1 like
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            90 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Working...
            X