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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment