Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
User Input from Chart directly into Automated Strategy
Collapse
X
-
User Input from Chart directly into Automated Strategy
Is there a way to make user inputs from keyboard like price / quantity into a text box of some sort (not clicking buttons) directly from the chart that feeds into an automated strategy without having to disable the strategy make the changes then enable the strategy.Tags: None
-
Hello kal1212,
See the examples linked below for text input and button clicks.
I need some guidance. I need to create a script that has 3 plots that are public and they plot either a 1 or 0. But I need to create another indicator that has 3 chart buttons that sets these variables. The first indicator needs to get those values from the second indicator depending on the button clicks. Because of usingChelsea B.NinjaTrader Customer Service
-
Thanks. I was thinking more along the lines of using one of the grid windows in System.Windows.Controls.Grid. I have a few buttons there already but don't know how to make one of the grid windows a text box to input say a price level directly into the strategy.
Comment
-
Hello kal1212,
What are you referring to when you say 'grid window'?
Below is a link to the microsoft documentation on System.Windows.Controls.Grid.
https://learn.microsoft.com/en-us/do...tframework-4.8
Which grid are you referring to?
The UserControlCollection?
The Chart grid?
The ChartTrader grid?
The example I have provided you already adds controls to the UserControlCollection grid.
See the example in the help guide on modifying the chart and chart trader grids.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
476 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
317 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
254 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
305 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
Comment