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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        68 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        38 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        63 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        62 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        53 views
        0 likes
        Last Post CarlTrading  
        Working...
        X