thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Drawing Objects on Multiple Panels
Collapse
X
-
Hi Ken,
This will have to be in a separate indicator. Draw objects are drawn in their own panel or the price panel, depending on property DrawOnPricePanelRyan M.NinjaTrader Customer Service
-
Y'all have BROKEN this Ryan. It used to be that an indicator did write to both Price & Indicator panel by changing DrawOnPricePanel in the OnBarUpdate code. It needs to be fixed.
Comment
-
Ryan, please look into raising the priority on this.
Since y'all refused to multi-thread charting, NT7 is still bottle-necked real-time. Now NT7 is even worse than 6.5 because now we are supposed to duplicate indicator resources to do what one used to do before. It is not logical.
Comment
-
Just explicitly set DrawOnPricePanel = true; in the Initialize() method. After that, you can switch in OnBarUpdate(). Please do not ask me why: I discovered it quite by accident myself while I was troubleshooting the same issue with one of my indicators that worked correctly in NT6.5, but would not cut the mustard in NT 7.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
631 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
566 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment