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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    214 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    130 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    147 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    230 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    192 views
    0 likes
    Last Post CarlTrading  
    Working...
    X