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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
666 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
377 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 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
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment