I would like to have a "Time" field in Chart Trader. How do add Controls and work with them is all clear. I need to know, what WPF Control I shall use and/or how to achieve it best? I was hoping for something like the System.Windows.Controls.DatePicker() which i use for the first field, but was not able to find anything for Time only. Thx for any hints.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
"Time" WPF Control in Chart Trader
Collapse
X
-
"Time" WPF Control in Chart Trader
Hi,
I would like to have a "Time" field in Chart Trader. How do add Controls and work with them is all clear. I need to know, what WPF Control I shall use and/or how to achieve it best? I was hoping for something like the System.Windows.Controls.DatePicker() which i use for the first field, but was not able to find anything for Time only. Thx for any hints.
Tags: None
-
Hello Stefan Mayer,
A time control would not be a NinjaTrader type control but would be native WPF.
I'm not aware that the type converters available to inputs can be used for custom WPF objects.
While a datetime picker is not available by default with WPF, from a google search it appears the extended toolkit may have this available.
Is there a TimePicker control in WPF (.NET 4)? I was hoping the DatePicker control had the ability to show either a data or a time or both, but it doesn't seem so. Either of these would fit the bi...
Chelsea B.NinjaTrader Customer Service
-
Thanks for your reply Chelsea !!
Yes, i full unterstand that this is not a NT supported feature and pure WPF.
Yes, it seems like its not straight forward, no idea why there isn't a Std Timer Control in the STD System.Windows.Control Class. must be a good reason why Windows is not providing one and i might seek for another solution. I was thinking of a TextBox and then came across this:
Hi all, I'm trying to add a TextBox control to an indicator which appears on the chart. However, I'm having trouble keeping the 'Symbol Selection Dropdown' overlay from popping up when a key stroke is entered. I can keep the keyboard focus within the textbox, but am unsure as to how I can prevent this 'symbol input' overlay
So there is the "capturing the text input" issue i need to overcome
if you have any other idea that i can try or more input on the text input would be much appreciated.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
599 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
344 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|
Comment