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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
579 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment