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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
249 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
161 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
165 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
250 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
203 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment