Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
DrawTextFixed in Panel 1 & 2
Collapse
X
-
Thanks for taking the time and respond, but I want both at the same time panel-1 and panel 2. Any ideas?Originally posted by MJT View PostWith your indicator applied to panel2 and "DrawOnPricePanel = false", the text will draw on panel2. When you want to draw on panel1, set "DrawOnPricePanel = true" and draw the text. Set it back to "false" again before you redraw text to panel2.
Regards
Comment
-
Originally posted by NinjaTrader_Bertrand View PostHi PrTester, you should be able to draw to both from one indicator if you use a unique tag and set the DrawOnPricePanel to true / false in your drawing conditions.
Sorry for the misunderstanding but my post should read:
I want to write on both panel at the same time; panel-1 and panel 2. Any ideas?
Comment
-
let's say i manipulate it but the result will be 1 text on and 1 off, i want both text on at the same time, is that possible?Originally posted by NinjaTrader_Bertrand View PostHi PrTester, yes you can try manipulating DrawOnPricePanel to True / False before you call your draw object in question, just make sure you use a unique tag id for each draw object.
Regards,
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
169 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
327 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
252 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
353 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
181 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment