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

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

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by michi08, 10-05-2018, 09:31 AM
        5 responses
        741 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by The_Sec, Today, 02:29 PM
        0 responses
        2 views
        0 likes
        Last Post The_Sec
        by The_Sec
         
        Started by tsantospinto, 04-12-2024, 07:04 PM
        4 responses
        62 views
        0 likes
        Last Post aligator  
        Started by sightcareclickhere, Today, 01:55 PM
        0 responses
        1 view
        0 likes
        Last Post sightcareclickhere  
        Started by Mindset, 05-06-2023, 09:03 PM
        9 responses
        259 views
        0 likes
        Last Post ender_wiggum  
        Working...
        X