Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Email and logs
Collapse
X
-
Email and logs
I have a problem where I use the email interface for my strategy to send out alerts via email. This works just great, the problem is that NT has certain log events that it has decided should go out the email interface, now that I have one configured. So it sends annoying messages if the broker data goes down and I can't load some historical data for a few minutes. I don't want these messages. I only want messages that I send via "SendMail". How do I fix this?Tags: None
-
I am not sure what has broken, but I am not getting my strategy emails now. I speculate it may be because the strategy is in a workspace that is not the "main" workspace? Is that possible? I closed the another workspace and now I get emails. Or is this a bug?
Comment
-
Good questions, but I already pursued them. For one, I have a paid email provider and my own domain, so no issue with frequency of connections. For two, I do print out when I am sending an email and I've seen it print to the strategy output window but not result in an email. Three, I've tried sending test emails from the NT GUI for configuration, and I always get them. Four, I do not see errors that relate to email in the logs. It would be nice to be a able to get logs for successful as well as failed email sends.
Comment
-
Can you please try creating yourself a very very basic test strategy and see what happens in real-time with real data?
We want to eliminate all other factors out of the strategy and boil it completely down to the SendMail on your machine.Code:if (Historical) return; else if (sentMail == false) { SendMail("[email protected]", "[email protected]", "Test", "TestEmail"); sendMail = true; }Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
91 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
69 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment