Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
What does this error mean?
Collapse
X
-
What does this error mean?
I am getting this error when calling an indicator from within another indicator. I am guessing the indicator is busy and is processing and has not finished before I call it again. If so, is there a sleep function I can use or a way to check to see if the call to the other indicator has finished before calling it again.
Error on calling 'SetState' method: The lock is being disposed while still being used. It either is being held by a thread and/or has active waiters waiting to acquire the lock.Last edited by cutzpr; 02-22-2016, 09:32 AM.Tags: None
-
Hello,
Thank you for the question.
Are these standard indicators being used?
There is no specific sleep function with NinjaTrader as this would not be wanted, what you are referring to would be making the thread sleep which is not advisable.
Could you provide the syntax being used that causes the error to be displayed or a sample that demonstrates this? Potentially it is just the logic or way the item is being called and I could recommend a better way.
I look forward to being of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
14 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|
||
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
135 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|

Comment