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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
42 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
29 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
46 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
38 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment