Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Delete Indicator Plot
Collapse
X
-
indicator plot doesn`t delete from the indicator pane
Hi,
can you guys suggest ho do i remove the plot from the indicator pane?I removed the Add() from the initialize region,reloaded the indicator but the plot is still in the lower pane and in the indicator menu,as well.
ThanksAttached Files
Comment
-
Hello,
Thank you for the question.
This could be two different items.
If you change anything in the Initialize section, you need to remove the indicator from the cart completely and apply the change. After doing this you can re add the indicator to refresh the indicator, a F5 or right click -> Reload NinjaScript will not refresh items changed in Initialize. Try this, if this does not resolve it then you may need to look in the properties section of the script.
If the above did not resolve it look near the bottom of the script of if you have a Properties section look for a line similar to this:
If you see a section like this, it may be the cause as well.Code:public DataSeries SomePlotName { get { return Values[0]; } }
I look forward to being of further assistance.
Comment
-
Originally posted by NinjaTrader_Jesse View PostHello,
Thank you for the question.
This could be two different items.
If you change anything in the Initialize section, you need to remove the indicator from the cart completely and apply the change. After doing this you can re add the indicator to refresh the indicator, a F5 or right click -> Reload NinjaScript will not refresh items changed in Initialize. Try this, if this does not resolve it then you may need to look in the properties section of the script.
If the above did not resolve it look near the bottom of the script of if you have a Properties section look for a line similar to this:
If you see a section like this, it may be the cause as well.Code:public DataSeries SomePlotName { get { return Values[0]; } }
I look forward to being of further assistance.
Still there,as you can see in the image attahced.I did as i was told,no Add() method in the initialize,no lines in the Properties section.Nothing,but HSDetect is still in the menu!

Comment
-
Did you remove the indicator first, and then put it back on the chart?Originally posted by outsource View PostStill there,as you can see in the image attahced.I did as i was told,no Add() method in the initialize,no lines in the Properties section.Nothing,but HSDetect is still in the menu!


Comment
-
When i`ve first done it - no.But then i repeated all the procedure suggested by support,but as you can see it`s still there.I even restarted the platform and re-booted machine.What else should i do,re-instal Windows?lol...kidding.Originally posted by koganam View PostDid you remove the indicator first, and then put it back on the chart?
Comment
-
The original indicator HSIdentify had a plot. Of course, it is possible to remove the plot. On order to make the changes effective you need to compile via F5. Then you need to remove the indicator from your chart and add it again.
If you still have the plot shown after this exercise, then it means that you did not compile correctly or did not remove and add the plot again.
Comment
-
Hey guys are you have nothing to do,really?
Like i said,i did as i was told, - i removed everything named "Plot" from the code,then i compile the script.What do you mean i`ve compiled it incorrectly??It either compiles or not.Why don`t you take the trouble and check it instead of writtin that was already written multiple times..
Comment
-
I have removed the lines as needed and the plot disappears.Originally posted by outsource View PostHey guys are you have nothing to do,really?
Like i said,i did as i was told, - i removed everything named "Plot" from the code,then i compile the script.What do you mean i`ve compiled it incorrectly??It either compiles or not.Why don`t you take the trouble and check it instead of writtin that was already written multiple times..Last edited by Harry; 03-26-2015, 01:25 PM.
Comment
-
(emphasis mine in blue)Originally posted by outsource View PostHey guys are you have nothing to do,really?
Like i said,i did as i was told, - i removed everything named "Plot" from the code,then i compile the script.What do you mean i`ve compiled it incorrectly??It either compiles or not.Why don`t you take the trouble and check it instead of writtin that was already written multiple times..
Actually I asked if you removed the indicator from the chart and reapplied it: not if you 'removed everything named "Plot" from the code'. If I misspoke, then please forgive me.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
576 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment