Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

sendmail()

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    sendmail()

    Hello

    I may be over complicating this code. What I am trying to do is for the script to send an email showing performance data every hour or so. Unfortunately, it only seems to send out emails occasionally but not all the time… any ideas on where I am going wrong?

    Thanks

    if (FirstTickOfBar)
    {
    if (ToTime(Time[0]) >= 101500 && ToTime(Time[0]) < 101600 || ToTime(Time[0]) >= 111500 && ToTime(Time[0]) < 111600 || ToTime(Time[0]) >= 121500 && ToTime(Time[0]) < 121600 etc

    SendMail("[email protected]", "[email protected]", "Trade Update", "Total RT = " + Performance.AllTrades.Count)

    Return;

    }

    #2
    John833,

    If you do not receive any errors and do receive some of the mails than it is outside of NinjaTrader. The mails could be backed up on your sending queue, hanging over on email server, any number of things. Unfortunately it would not be your code influencing this. Maybe firewall settings, spam settings, etc.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      thanks Josh, so my code looks ok and it should work?
      Last edited by John833; 01-12-2009, 08:32 AM.

      Comment


        #4
        Right. You stated you get some of the emails. If you get some it is likely not the code causing fault.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          ok thanks again

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          51 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          142 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          160 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          96 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          275 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Working...
          X