Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
how to draw a custom icon or image on an indicator plot?
Collapse
X
-
Hello mmike,
A Plot specifically cannot be made into an image using any features of NinjaScript. You can use OnRender to draw images. You can find a sample of loading and displaying an image in the following post. Keep in mind that loading many images at a time could take a large toll on performance if that code is not optimized, for example loading an image on ever render pass would degrade performance. The sample shows how to reload the image only when necessary.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
636 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
568 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment