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 DannyP96, 05-18-2026, 02:38 PM
|
1 response
89 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
143 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
83 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
257 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
334 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment