I figured the function "GetScreenshot(ShareScreenshotType screenshotType)", which is only available for objects of the type "NinjaTrader.Gui.Chart.Chart", was what I needed to take the screenshots. But how do I get the object of the Chart which my Indicator is being executed in? I tried to create a new chart object but I didn't get many results from that.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Chart Screenshot using Ninjascript
Collapse
X
-
Chart Screenshot using Ninjascript
I'm trying to take a Screenshot, from an Indicator, of the chart and save it to disk, so I can share it to a Share Service.
I figured the function "GetScreenshot(ShareScreenshotType screenshotType)", which is only available for objects of the type "NinjaTrader.Gui.Chart.Chart", was what I needed to take the screenshots. But how do I get the object of the Chart which my Indicator is being executed in? I tried to create a new chart object but I didn't get many results from that.Tags: None
-
Hello. Thank you for the post.
Please see this sample which creates a chart object and captures a screenshot:
https://ninjatrader.com/support/foru...20&postcount=7
You would then use the Share method and add the screenshot path to the parameters.
https://ninjatrader.com/support/help...-us/?share.htm
Please let us know if you have any questions.Chris L.NinjaTrader Customer Service
-
Hello
With that methods the chart is saved correctly but without indicators draws.
Code:RenderTargetBitmap screenCapture = chart.GetScreenshot(ShareScreenshotType.Chart);
Thank you.
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by bomberone3, 07-16-2020, 05:01 PM
|
7 responses
373 views
0 likes
|
Last Post
![]()
by 00deluxe00
Today, 05:23 AM
|
||
Started by Jema1, Today, 12:23 AM
|
3 responses
23 views
0 likes
|
Last Post
![]()
by s.kinra
Today, 04:03 AM
|
||
Started by elliot5, Today, 03:09 AM
|
0 responses
4 views
0 likes
|
Last Post
![]()
by elliot5
Today, 03:09 AM
|
||
Started by soon123, Today, 12:51 AM
|
1 response
4 views
0 likes
|
Last Post
![]()
by s.kinra
Today, 03:51 AM
|
||
Started by soon123, Yesterday, 11:14 PM
|
1 response
12 views
0 likes
|
Last Post
![]()
by s.kinra
Today, 04:16 AM
|
Comment