thanks!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is there a way to reset cache?
Collapse
X
-
Is there a way to reset cache?
I've just put together an indicator and it compiled just fine, but the indicator itself has things in it that I didnt even include in the coding, for example it has overbought/oversold lines, I have NO drawing items in my coding, plus some of the plots are giving the incorrect values. I double checked the code and the dataseries/plots orders are correct. I've closed down ninjatrader and even restarted my computer. After booting back up, I'm still seeing the same issues. Is there some kind of cache that can be reset manually?
thanks!Tags: None
-
Was the indicator an existing indicator you modified or did you at one time have overbought/oversold lines. If so, then delete the indicator from the chart and then Re-add it back in.Originally posted by gubbar924 View PostI've just put together an indicator and it compiled just fine, but the indicator itself has things in it that I didnt even include in the coding, for example it has overbought/oversold lines, I have NO drawing items in my coding, plus some of the plots are giving the incorrect values. I double checked the code and the dataseries/plots orders are correct. I've closed down ninjatrader and even restarted my computer. After booting back up, I'm still seeing the same issues. Is there some kind of cache that can be reset manually?
thanks!
J~
-
I've tried this as well, it didnt work either
i might have had a different indicator in the past by the same name, would that effect this one?
if that is the case, how do I go about cleaning everything out so that the namespace only uses what currently should be on the indicator?
thanks
Comment
-
Check the public class name in the indicator code. Make sure it isn't named something you didn't intend, possibly its picking up on something else either way, Then Try, renaming your new indicator by saving it with a different indicator name and different public class name and compiling. If that doesn't work, I don't know what to tell you.Originally posted by gubbar924 View PostI've tried this as well, it didnt work either
i might have had a different indicator in the past by the same name, would that effect this one?
if that is the case, how do I go about cleaning everything out so that the namespace only uses what currently should be on the indicator?
thanks
I don't know anything about how this information is kept or how to reset it.
J~
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
595 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
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment