Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Price Connection Loss
Collapse
X
-
I used these if statements to send me an email when this happens to restart the strategy, but neither one of them is reporting on the attached error...
if(connectionStatusUpdate.PriceStatus == ConnectionStatus.ConnectionLost)
if(connectionStatusUpdate.Status == ConnectionStatus.ConnectionLost)
-
Yes, I'm using them inside OnConnectionStatusUpdate. The if statements specified capture other connection losses for which I'm notified but not the one specified in my previous post
For instance, at the end of the week on Friday evening or on Saturdays, the feed gets disconnected maybe to restart servers, etc and I get notified.
The error specified in my previous post ends up disabling the strategy. I don't mind, so long as I get the notification as I can't be watching the market 24/7.
Thanks for any help you can render!
Comment
-
Hello aaadetos,
Thank you for your reply.
Are you connected to more than one connection simultaneously, like one that provides data and one that connects to the account you route your orders to?
If you test by disconnecting your feed(s) while the strategy is running, do you get an email when it is disconnected?
What I would recommend is to add prints to print out the details for ConnectionStatusEventArgs and check the connection name and what is coming up twice so you can make an informed choice to filter that event for the exact criteria you want to send the message.
Thanks in advance; I look forward to assisting you further.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
53 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
70 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment