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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
152 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
89 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
131 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
127 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment