Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Feature Request: How to make setting Time Properties more user friendly

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

    Feature Request: How to make setting Time Properties more user friendly

    Many places in Ninja Trader the GUI permits a trader to set the value of a TIME property. ie: Chart Properties: "Session Begins (local time)" & "Session Ends (local time)

    It is clear to me that you are using code similar to TimeSpan.Parse(txtSessionStart) to see if the characters the traders entered is a valid time. Unfortunately the TimeSpan Parse isn't great at recognising valid times. ie "6:00 AM" is valid but "6:00AM" & "6pm" are not valid, but they should be.

    In Ninja 7.0 please consider changing this.
    Use the DateTime.Parse() Method to parse the users entry & then extract the time portion with the TimeOfDay method. eg:

    private TimeSpan tsBoxBegin = DateTime.Parse(@"07:00 PM").TimeOfDay;

    It is way more robust & effective way to validate user entry.

    Hope this helps
    Dave

    #2
    Hello David Lean,

    Thank you for your post and suggestion. I will forward this to our development team for future considerations.

    Please let me know if I may be of further assistance.
    Christopher J.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Salahinho99, Today, 04:13 AM
    0 responses
    12 views
    0 likes
    Last Post Salahinho99  
    Started by junkone, 04-28-2024, 02:19 PM
    8 responses
    93 views
    1 like
    Last Post brucerobinson  
    Started by mkouitra, 10-23-2021, 04:40 PM
    17 responses
    1,970 views
    0 likes
    Last Post NinjaTrader_Jason  
    Started by Vietanhnguyen2hotmailcom, 05-03-2024, 10:29 AM
    4 responses
    32 views
    0 likes
    Last Post Vietanhnguyen2hotmailcom  
    Started by PhillT, 04-19-2024, 02:16 PM
    4 responses
    40 views
    0 likes
    Last Post PhillT
    by PhillT
     
    Working...
    X