Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Draw symbol on price chart?? How??

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

    #16
    Email signal problem

    Ok, here is the line of code in in my strategy for the email signals:

    SendMail("[email protected]", "[email protected]", "EMA Storm Short M5", Instrument.FullName);

    So I want the email to have a subject line of:
    EMA Storm Short M5 $EURUSD

    I don't need anything in the body of the message, just a subject line as I get these signals on my cell phone.

    Here is what the email message actually looks like:
    Subject: EMA Storm Short M5
    Message body:EMA Storm Short M5

    What changes do I need to make in my code?

    Comment


      #17
      Hi jimwolfe,

      For that, try the following...


      SendMail("[email protected]", "[email protected]", "EMA Storm Short M5 " + Instrument.FullName, "");
      TimNinjaTrader Customer Service

      Comment


        #18
        Quotes

        Hi Tim,

        Before I code this, can you look at the " marks in your line of text, I think you have one extra set?

        Thanks,
        Jim

        Comment


          #19
          Hi jimwolfe,

          That will allow you to have the Message body portion be left blank, as you said you don't need it.
          TimNinjaTrader Customer Service

          Comment


            #20
            Quotes

            ok, i get ya!! thanks!

            Comment


              #21
              Hi jimwolfe,

              You're very welcome!
              TimNinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by trilliantrader, Today, 03:01 PM
              0 responses
              2 views
              0 likes
              Last Post trilliantrader  
              Started by pechtri, 06-22-2023, 02:31 AM
              9 responses
              122 views
              0 likes
              Last Post NinjaTrader_ChelseaB  
              Started by frankthearm, 04-18-2024, 09:08 AM
              16 responses
              67 views
              0 likes
              Last Post NinjaTrader_Clayton  
              Started by habeebft, Today, 01:18 PM
              1 response
              8 views
              0 likes
              Last Post NinjaTrader_ChelseaB  
              Started by benmarkal, Today, 12:52 PM
              2 responses
              19 views
              0 likes
              Last Post benmarkal  
              Working...
              X