Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Send Mail modification

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

    Send Mail modification

    HI all
    i configured the send mail function in the script and working fine but i need some fine tuning
    i wrote as shown below

    SendMail("my mail id", "customer mail id", "Trade Alert", "SELL Alert!Instrument.FullName");

    and i am geeting mail as shown below

    SELL Alert!Instrument.FullName

    What i need is the instrument name also to be needed in the mail i receive kindly suggest the code adjustment for the same.

    Thanks
    Rama Raju

    #2
    Hello kmrsg7,

    Thanks for your post.

    Please try:

    SendMail("my mail id", "customer mail id", "Trade Alert", "SELL Alert! " + Instrument.FullName);

    Comment


      #3
      THNAKS its working now

      and is there any code to get alert mail along with the screenshot of the same chart.

      Comment


        #4
        Hello kmrsg7,

        Thanks for your reply.

        No, there is no built-in code to send a screenshot through the SendMail or Alert() methods. You might take a look at a strategy that has been uploaded to the NT7 Misc file sharing forum that may provide that capability, here is a link: http://ninjatrader.com/support/forum...d=6&linkid=377

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X