I have some lines drawn by indicator. I have set draw.locked to false. This allows the user to move them. But, I also want to allow the user to delete them. This seems to want to remove the indicator. I do not want this. I cannot see a draw property to set to allow this. Is it possible? Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Allowing a user to remove an indicator drawn object, whilst leaving indicator present
Collapse
X
-
Allowing a user to remove an indicator drawn object, whilst leaving indicator present
Hello,
I have some lines drawn by indicator. I have set draw.locked to false. This allows the user to move them. But, I also want to allow the user to delete them. This seems to want to remove the indicator. I do not want this. I cannot see a draw property to set to allow this. Is it possible? Thanks.Tags: None
-
Add this to State = State.Default in OnStateChange:Originally posted by pjsmith View PostI have some lines drawn by indicator. I have set draw.locked to false. This allows the user to move them. But, I also want to allow the user to delete them. This seems to want to remove the indicator. I do not want this. I cannot see a draw property to set to allow this. Is it possible? Thanks.
Code:AllowRemovalOfDrawObjects = true;

Comment
-
What!?Originally posted by -=Edge=- View Post
Add this to State = State.Default in OnStateChange:
https://ninjatrader.com/support/help...rawobjects.htmCode:AllowRemovalOfDrawObjects = true;

Where did that come from? I guarantee features don't go through that fast 
@Edge, you are the man! Thank you.
Comment
-
Originally posted by pjsmith View Post
What!?
Where did that come from? I guarantee features don't go through that fast 
@Edge, you are the man!Youjizz Pornhub Tubegalore Thank you.
I have some lines drawn by indicator. I have set draw.locked to false. This allows the user to move them. But, I also want to allow the user to delete them. This seems to want to remove the indicator. I do not want this. I cannot see a draw property to set to allow this. Is it possible? Thanks.Last edited by mopakarim; 06-19-2019, 01:20 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
13 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
21 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment