Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Serializing with TimeSpan

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

    Serializing with TimeSpan

    Hello,
    (1) I can only search the serializing for custom Color.
    (2) I'm non programmer. How could I serialize the TimeSpan in order to save it in template and workspace?


    [Description("My defined time1")]
    [Category("Settings")]
    [Gui.Design.DisplayName("\t\t\t\t\t\tStart Time")]
    public TimeSpan StartTime
    {
    get { return startTime; }
    set { startTime = value; }
    }

    Thanks and Happy New Year to all.

    #2
    Hello,

    Thanks you for your forum post and welcome to the NinjaTrader support forums.

    Unfortunately colors are the only NinjaTrader supported serialization as c# could not serialize timestamps directly. However you may want to take a look at some user code here:http://www.ninjatrader.com/support/f...24&postcount=3

    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    646 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    367 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    570 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X