Draw.Text(NinjaScriptBase owner, string tag, string text, int barsAgo, double y, bool isGlobal, string templateName)
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can I sub a .png or .svg inplace of text/unicode for Inidicator signal?
Collapse
X
-
Can I sub a .png or .svg inplace of text/unicode for Inidicator signal?
I currently have a custom indicator and currently draw signal as such
Is there a way to use a .png or .svg in the same manner?Code:
Tags: None
-
Hello Itachi,
Thanks for your notes.
It is not supported or documented to use a .png or .svg file with the Draw.Text() method.
The Draw.Text() method is used to draw a string of text on the chart, not images such as a .png.
You could consider custom rendering a bitmap on the chart using SharpDX in OnRender() instead of using Draw.Text().
See the reference sample from the forum thread linked below demonstrating how this would be accomplished.
SampleCustomBitmap: https://forum.ninjatrader.com/forum/...062#post814062
See this help guide page for more information on Using SharpDX for Custom Chart Rendering: https://ninjatrader.com/support/help..._rendering.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
43 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
21 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
30 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
50 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment