Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Can I sub a .png or .svg inplace of text/unicode for Inidicator signal?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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
    Code:
    Draw.Text(NinjaScriptBase owner, string tag, string text, int barsAgo, double y, bool isGlobal, string templateName)
    Is there a way to use a .png or .svg in the same manner?

    #2
    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>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    44 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    58 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    35 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    95 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    59 views
    0 likes
    Last Post PaulMohn  
    Working...
    X