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 sgordet, Today, 08:50 PM
|
0 responses
2 views
0 likes
|
Last Post
![]()
by sgordet
Today, 08:50 PM
|
||
Started by futurenow, Today, 07:17 PM
|
0 responses
5 views
0 likes
|
Last Post
![]()
by futurenow
Today, 07:17 PM
|
||
Started by Emma1, Today, 07:15 PM
|
0 responses
2 views
0 likes
|
Last Post
![]()
by Emma1
Today, 07:15 PM
|
||
Started by n8dogg59, 05-10-2019, 08:00 AM
|
14 responses
622 views
0 likes
|
Last Post
![]()
by brownsfan019
Today, 06:06 PM
|
||
Started by [email protected], Today, 06:03 PM
|
0 responses
4 views
0 likes
|
Last Post
![]() |
Comment