Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

"Share" in AddOn Not Working

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

    "Share" in AddOn Not Working

    Is there a reason why this..

    Code:
    [COLOR=#080808]Share[/COLOR]([COLOR=#b22222]"Email"[/COLOR], [COLOR=#b22222]"Test Message"[/COLOR], [COLOR=#0000ff]new[/COLOR] [COLOR=#080808]Object[/COLOR][] {[COLOR=#b22222]"[email protected]"[/COLOR], [COLOR=#b22222]"Test Subject Line"[/COLOR]});
    works just fine in an Indicator, But..

    Does Not Work in an AddOn???

    It compiles just fine, never receive any errors when it's called, print statement just below this line prints out as if the line was executed.. But nothing..

    Am I missing something here?


    -=Edge=-
    NinjaTrader Ecosystem Vendor - High Tech Trading Analysis

    #2
    Hello -=Edge=-,

    Thanks for your post.

    We are investigating and will update when we have further information.

    Comment


      #3
      Originally posted by NinjaTrader_Paul View Post
      We are investigating and will update when we have further information.
      Thanks Paul

      It seems that sending email attachments/pics is also broken when using SendMail..
      Code:
       [COLOR=#006400]NinjaTrader.Core.Globals.SendMail( "[email protected]", "", "Subject", "Message", new string[]{myPicPathString} ) ;
       [/COLOR]
      This will send an email just fine, but for the life of me can't get it to attach an image.. Can you confirm this is currently a problem, or am I again just possibly missing something..


      -=Edge=-
      NinjaTrader Ecosystem Vendor - High Tech Trading Analysis

      Comment


        #4
        Hello -=Edge=-,

        Thanks for your post.

        Regarding SendMail(), it is recommended to use the method in the NinjaScript namespace (the one reflected in the HG), the method in Core is used internally.

        I do not have an update on the Add() share issue at this time.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        672 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        379 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        111 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        575 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        582 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X