Specifically the first string variable asking for share service. I’d like to email the image to an address.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Send screenshot Share()
Collapse
X
-
Hello brucelevy,
Thanks for your post.
The first string is basically the name of the share service you previously created in Tools>options - Share services The first field in there is the name of the share service and that is what you would provide to the Share() method.
Please see the examples in the helpguide here: https://ninjatrader.com/support/help...-us/?share.htm also, review the tips in the link.
The first example in the helpguide shows sharing an image.
The second example shows sending a message to a different e-mail address.
-
Hello brucelevy,
Thanks for your reply.
To discuss further would be better do through e-mail so as not expose e-mail addresses in the forum. I will need to see a screenshot of how your share service is set-up, and an example of the code you are using that produces the issue. In addition, please send your log and trace files to:
PlatformSupport@NinjaTradaer[dot]Com, mark the e-mail Atten: Paul and include a link to this thread.
Open your NinjaTrader folder under My Documents.
Right-click on the 'log' and 'trace' folders and select Send To> Compressed (zipped) Folder.
Send the 2 compressed folders as attachments to your email to platformsupport.
Once complete, you can delete these compressed folders.
Please include the screenshot(s) and code requested in your reply.
Comment
-
My sendmail function works fine, I am using gmail.
Would you be able to show me an example of sending a screenshot to an email? I see the one in the help guide but doesn’t seem to work.
I’ll send the information you requested once I get back to my computer.
Thanks.
Comment
-
Hello brucelevy,
Thanks for your reply.
Sure, here is an example:
Share("Email", "Example Image", @"C:\Users\nameofuser\Documents\NinjaTrader 8\testimage.png", new object[]{"[email protected]","test e-mail with image"});
Please note that share will only work in real time.
Comment
-
Hello soyjesus,
Thanks for your post.
The screenshot would need to be previously created.
You may want to review this thread: https://ninjatrader.com/support/foru...738#post527738
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
666 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
376 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment