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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
78 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment