Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Access Chart Trade QTY input from an indicator
Collapse
X
-
Hi Shane,
I was able to find that the selector class that contains both the text and the up / down buttons can have the value set and this works correctly.
Code:ChartControl.Dispatcher.InvokeAsync((Action)(() => { NinjaTrader.Gui.Tools.QuantityUpDown quantitySelector = (Window.GetWindow(ChartControl.Parent).FindFirst("ChartTraderControlQuantitySelector") as NinjaTrader.Gui.Tools.QuantityUpDown); quantitySelector.Value = 5; }));
- Likes 2
Leave a comment:
-
Hi Shane,
I'm currently looking into if this is possible and allowed for NinjaTrader 8.
In my testing I've found its possible to change the text of the quantity textbox but this does not cause NinjaTrader to use that new value.
I am checking with our development to see if there is a way to do this and I appreciate your patience.
Leave a comment:
-
Access Chart Trade QTY input from an indicator
Hi guys,
I have an indicator which I would like to have change the order quantity in the chart trader on the same chart. Is anyone able to point me in the right direction for achieving this?
(the indicator updates on price change).
Thanks & cheers,
ShaneTags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, Yesterday, 06:46 AM
|
0 responses
37 views
0 likes
|
Last Post
by Mindset
Yesterday, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
43 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
29 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
89 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
53 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Leave a comment: