Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How do you create a table with data points at the bottom of the chart.
Collapse
X
-
Hello dmfa23,
To do that you would need to use OnRender.
In the image it looks like the boxes correspond to bars and scrolls with the chart, to do that you would also need to use the concept of FromIndex and ToIndex which is the currently visible set of bars. You would be able to get information about each visible bar in the OnRender loop by using the bars index.
To get started with OnRender I would suggesst looking at the SampleCustomRender indicator that comes with the platform. The first link is also a good place to start by reading about how the scripts render override works. SharpDX is used for rendering so it is generally more complicated to use.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
57 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
78 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
39 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
101 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
61 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment