I want to take the BarInfo addon https://ninjatraderecosystem.com/use...nload/barinfo/ and add what my current "Qty" in the chart trader is set to, as i always have multiple screens and symbols up and dont want to waste space having chart trader unhidden all the time, is there a set variable i can call on to display this information while the chart trader is hidden?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding "Qty" settings to display
Collapse
X
-
Adding "Qty" settings to display
Hey Team,
I want to take the BarInfo addon https://ninjatraderecosystem.com/use...nload/barinfo/ and add what my current "Qty" in the chart trader is set to, as i always have multiple screens and symbols up and dont want to waste space having chart trader unhidden all the time, is there a set variable i can call on to display this information while the chart trader is hidden?Tags: None
-
Hello RookieKiwi,
Thank you for your post.
You can just check to see if ChartControl is null then get the quantity from Chart Trader using a dispatcher to avoid threading issues. I've attached an example that will retrieve the current value of the Quantity selector once per bar and print it to the bottom right corner of the chart that will work when ChartTrader is hidden.
Please let us know if we may be of further assistance to you.Attached Files
- Likes 1
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
601 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
347 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
559 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