Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Plot() method in NT8 ???
Collapse
X
-
My apologies, I did not realize you were not quite in the beta program. I will not be able to provide other than what has been offered in the Reference Sample section.
-
I don't have the files because I'm not a tester. I am outside the circleOriginally posted by NinjaTrader_Matthew View Post@SampleCustomPlots and @BarTime should be distributed in your custom\indicator folder. Let me know if not and I can PM them to you (we'd also want to know where they went!)
I'd also suggest you guys take a look over the DrawingTools and ChartStyles, as they demonstrate a great deal of interacting with OnRender() with SharpDX, as well as native chartControl/chartScale elements.
Custom chart rendering is next up on our list to complete for the NT8 documentation. Your experiences are very welcome at this time.
I will be very glad if you can PM me the files.
Thank you.
Pi
Leave a comment:
-
@SampleCustomPlots and @BarTime should be distributed in your custom\indicator folder. Let me know if not and I can PM them to you (we'd also want to know where they went!)
I'd also suggest you guys take a look over the DrawingTools and ChartStyles, as they demonstrate a great deal of interacting with OnRender() with SharpDX, as well as native chartControl/chartScale elements.
Custom chart rendering is next up on our list to complete for the NT8 documentation. Your experiences are very welcome at this time.
Leave a comment:
-
I need ChartTrader access for order execution tools tooOriginally posted by lawyse View PostI'd be interested in seeing this too for overhauling the ChartTrader Panel and modifying the toolbar on a chart. Thanks, guys!
Where can we have access to those files? I think they are included in your NT8 installationOriginally posted by -=Edge=-Take a look at the SampleCustomPlot and BarTimer default indicators.. Both provide decent examples of this.. and add me to the list of interested parties regarding the toolbar..
. Would it be possible to attach the files here?
Thank you.
Pi
Leave a comment:
-
Take a look at the SampleCustomPlot and BarTimer default indicators.. Both provide decent examples of this.. and add me to the list of interested parties regarding the toolbar..Originally posted by ninZa View PostCan some testers confirm if the Plot() method is still available for use in NT8?
This method is critical for the development of many (unsupported) features.
Thanks.
Pi
Leave a comment:
-
I'd be interested in seeing this too for overhauling the ChartTrader Panel and modifying the toolbar on a chart. Thanks, guys!
Leave a comment:
-
@@Originally posted by gregid View PostStill exploring but till now I couldn't get handle for toolstrip or any control for that matter, ie. there are no Controls inside ChartControl - although I don't doubt there is a way of doing this - it is still ahead of me.
But yeah, custom scripts like the ones you developed will require quite a lot of changes.
If you discover something new about the ChartControl, please drop me a message here or via PM. Of course we will find the solution, sooner or later.
Thank you very much.
Pi
Leave a comment:
-
Still exploring but till now I couldn't get handle for toolstrip or any control for that matter, ie. there are no Controls inside ChartControl - although I don't doubt there is a way of doing this - it is still ahead of me.Originally posted by ninZa View PostThanks. There are a lot of new things to learn
What about the toolbar? Is it still ToolStrip, with which we can get the toolbar as:
toolStrip = (ToolStrip)ChartControl.Controls["tsrTool"];
Thank you.
Pi
But yeah, custom scripts like the ones you developed will require quite a lot of changes.
Leave a comment:
-
Thanks. There are a lot of new things to learn
What about the toolbar? Is it still ToolStrip, with which we can get the toolbar as:
toolStrip = (ToolStrip)ChartControl.Controls["tsrTool"];
Thank you.
Pi
Leave a comment:
-
It has similar functionality, the main difference is that drawing methods/objects has mostly been replaced by SharpDX (DirectX)
Leave a comment:
-
AkkkkkOriginally posted by gregid View PostThere is no Plot method to override - it has been replaced by:
Code:protected override void OnRender(ChartControl chartControl, ChartScale chartScale) { }
There will be massive changes.
However, I think we can take the graphics object from chartControl.CreateGraphics(), and bounds rectangle + min & max prices from chartScale. Is this right gregid?
Thank you very much.
Pi
Leave a comment:
-
There is no Plot method to override - it has been replaced by:Originally posted by ninZa View PostCan some testers confirm if the Plot() method is still available for use in NT8?
This method is critical for the development of many (unsupported) features.
Thanks.
Pi
Code:protected override void OnRender(ChartControl chartControl, ChartScale chartScale) { }
Leave a comment:
-
Plot() method in NT8 ???
Can some testers confirm if the Plot() method is still available for use in NT8?
This method is critical for the development of many (unsupported) features.
Thanks.
PiTags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
55 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
29 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
40 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
47 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Leave a comment: