![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| General Programming General NinjaScript programming questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Jan 2010
Posts: 275
Thanks: 16
Thanked 4 times in 3 posts
|
Hi,
I'm trying to send an email from a strategy. When I'm using the Tool>Option to send test email,l the email sent successfully. When I try to send it from the code using SendMail("myemail@mydomain.com", "myemail@mydomain.com", "Test", "Test"); Nothing is sent. How can I fix it? Tx in advance! |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Mar 2009
Posts: 440
Thanks: 0
Thanked 24 times in 15 posts
|
It works only in live. Not backtesting.
|
|
|
|
|
The following user says thank you to Baruch for this post: |
|
|
|
#3 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
Thanks, Baruch. Yes, generally if the test email works than it does in code as well. SendMail will only work in real time so could be why you're not seeing it sent. If run on real time data, are there any errors messages in log tab of control center?
Ryan M
NinjaTrader Customer Service |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Jan 2010
Posts: 275
Thanks: 16
Thanked 4 times in 3 posts
|
Thanks.
Is there a way to check it on backtesting data? because in the email I collect data from the strategy and send it so I would like to test it in advance? |
|
|
|
|
|
#5 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
SendMail() does not work in backtesting / historical but you can record this information in a few different ways. Easiest is just with Print() and it will write to Tools > Output Window. You can copy / paste from this window and manually email. More advanced would be writing to a file:
http://www.ninjatrader-support.com/v...ead.php?t=3477
Ryan M
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sending email with screenshot of current chart | mpower | General Programming | 2 | 05-28-2011 01:28 AM |
| Sending Variables via email/txt | RDPoS | Automated Trading | 6 | 03-01-2011 05:09 PM |
| Sending a Chart via Email automaticly | Pullbacktrader | Indicator Development | 4 | 02-20-2011 10:26 AM |
| Sending support email | geotabs | Miscellaneous Support | 1 | 05-06-2010 08:41 AM |
| Sending executions by email | cprins | Suggestions And Feedback | 1 | 01-04-2007 01:21 AM |