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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        83 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        90 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        70 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        84 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        61 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X