Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Receiving an email when a trade is taken

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

    Receiving an email when a trade is taken

    Hello,
    I have an automated trading strategy. Is there a way to configure NT so that every time a trade is taken, one can receive an email at a pre-defined email account?

    Thank you for you help and support in advance.

    #2
    Hello pandyav,

    Thank you for your post.

    You can use the SendMail() method when you place a trade in your strategy: http://www.ninjatrader.com/support/h...7/sendmail.htm

    Comment


      #3
      Hi Patrick,
      I inserted the following code in my strategy so that every time the entry or exit conditions are met I will receive an email.

      SendMail("my address with my ISP", "my personal email address", "Trade Alert", "Buy ES");

      Unfortunately, it does not trigger any email. Am I doing something wrong?

      When I go to the Misc tab under options and plug in the details for my IST and hit Test, I receive an email but when I actually insert the code in strategy it does not trigger any email.

      Any ideas??

      Your help is greatly appreciated.

      Comment


        #4
        Hello pandyav,

        Thank you for your response.

        Are there any messages in your Log tab when the e-mail should have been sent out? If so, what do these messages report?

        Comment


          #5
          No there are no messages like that. All I see is the information related to orders executed and other connection related details. But nothing related to email.

          Comment


            #6
            Hello pandyav,

            Thank you for your response.

            If you use a Print() statement at the same place the SendMail() should be sent, do you see the Print() in the Output window (Tools > Output window)?

            Print(): http://www.ninjatrader.com/support/h.../nt7/print.htm

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by dcriador, Today, 08:56 AM
            0 responses
            2 views
            0 likes
            Last Post dcriador  
            Started by sugalt, 04-30-2024, 04:02 AM
            3 responses
            14 views
            0 likes
            Last Post NinjaTrader_Zachary  
            Started by Trader146, 03-29-2024, 01:22 PM
            5 responses
            28 views
            0 likes
            Last Post NinjaTrader_RyanS  
            Started by tkaboris, Today, 08:32 AM
            1 response
            4 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by sidlercom80, 10-28-2023, 08:49 AM
            178 responses
            2,409 views
            0 likes
            Last Post NinjaTrader_BrandonH  
            Working...
            X