Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
RealtimeErrorHandling.IgnoreAllErrors;
Collapse
X
-
Hello franatas,
That would prevent the strategy from being stopped if it encounters an error that the strategy created. There are other situations where a strategy would still be disabled such as connection losses or manually closing a position. If you can provide more specific details on the situations where its disabled we could let you know if that would be expected when using that setting.
-
The case is that sometimes it does not place the order and other times it does, and then it deactivates, sometimes the strategy cancels orders at the same time that it has to send others, in this case I put a flag to prevent it from placing operations before receiving the cancellation
As you can see in the image, I even alternate the name of the entry to avoid the conflict of cancellation and placement of the same order, I'm not sure that this works but receiving a different name each time would avoid this conflict
Comment
-
Hello franatas,
It looks like this is the same error from your previous post. In the future please reply to your existing post if the problem is still happening rather than opening a second post.
If you are still getting the same error you would need to continue to debug the strategy and eliminate the code that is causing that error. If you feel this is still related to the cancelation I would suggest to try and remove that part of the logic and see if it continues to get the error or not.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
83 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
256 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