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 space_trader, Today, 12:52 AM
|
0 responses
5 views
0 likes
|
Last Post
![]()
by space_trader
Today, 12:52 AM
|
||
Started by soon123, Today, 12:18 AM
|
0 responses
5 views
0 likes
|
Last Post
![]()
by soon123
Today, 12:18 AM
|
||
Started by AxelrodWins, Yesterday, 07:07 PM
|
1 response
3 views
0 likes
|
Last Post
|
||
Started by StockJock, Yesterday, 11:05 PM
|
0 responses
14 views
0 likes
|
Last Post
![]()
by StockJock
Yesterday, 11:05 PM
|
||
Started by jc.am, Yesterday, 07:59 PM
|
1 response
10 views
0 likes
|
Last Post
|
Comment