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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
232 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
150 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
161 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
243 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
198 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment