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 Mindset, Yesterday, 06:46 AM
|
0 responses
14 views
0 likes
|
Last Post
by Mindset
Yesterday, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
23 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
16 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
82 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
51 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment