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);
    Paul H.NinjaTrader Customer Service

    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
        Paul H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by bmartz, 03-12-2024, 06:12 AM
        5 responses
        32 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Aviram Y, Today, 05:29 AM
        4 responses
        12 views
        0 likes
        Last Post Aviram Y  
        Started by algospoke, 04-17-2024, 06:40 PM
        3 responses
        28 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by gentlebenthebear, Today, 01:30 AM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by cls71, Today, 04:45 AM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X