Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Force Indicator To Be Non-Cached
Collapse
X
-
Force Indicator To Be Non-Cached
I have an indicator that should never be cached by NinjaTrader (each instance should be unique). Is there an attribute that can be set or some other method to accomplish this? I can add a dummy input and always set it to something different, but it would be nice if there was a way to always guarantee this.Tags: None
-
Hello aslane,
I'm not aware of anyway to prevent the backend of NinjaTrader from calling all necessary data for a script and then caching the data and the instance of the script. This is how NinjaTrader functions and partially is necessary for performance.
The Update() method can be called if its needed to update something internally in the script before it is used in another script.
However, each different strategy or chart adding the indicator will be adding a new instance. Below is a link to a forum post that describes the life cycle of a script.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
599 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
345 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
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment