Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Limitations when using DrawOnPricePanel = false;
Collapse
X
-
Limitations when using DrawOnPricePanel = false;
Using DrawOnPricePanel = false; to allow for DrawRegion to be used on an indicator in panel 2 makes it not possible to plot markers (DrawSquare, etc) on the price chart when certain indicator conditions are met.(OB/OS). Is there a workaround for this?Tags: None
-
I think you can use DrawOnPricePanel = True; just before you draw on price panel needs then revert after back to DrawOnPricePanel = false;
-
Hello glennts,
Thank you for your post.
If DrawOnPricePanel is set to true, all draw objects are painted on the price panel which is the panel that displays the price bar data. If false, draw objects are painted on the actual indicator panel itself. There is no work around for this item.
Please let me know if I may be of further assistance.
Comment
-
Glennts - I agree with Tasker-182's comments. I do this all the time. My only caveat would be to keep it simple. Invariably, everytime I have gotten elaborate with this, It messes up.Originally posted by glennts View PostUsing DrawOnPricePanel = false; to allow for DrawRegion to be used on an indicator in panel 2 makes it not possible to plot markers (DrawSquare, etc) on the price chart when certain indicator conditions are met.(OB/OS). Is there a workaround for this?
~J
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