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 argusthome, 03-08-2026, 10:06 AM
        0 responses
        68 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        41 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        24 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        27 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        53 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X