Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get content of a Draw.Text() object on chart

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

    Get content of a Draw.Text() object on chart

    Hello guys,

    I have an indicator that plots a Text on chart. I want to read the content of that object so I can use the information inside.

    Currently Im using

    foreach(DrawingTool draw in DrawObjects.ToList())
    {​}

    and I was able to identify the anchor.Price. But I would like to get the actual string or context inside the text.

    Let me know how I could do this.

    Thank you!

    #2
    Hello facuevasm,

    Thanks for your note.

    There are no documented/supported methods to get the Text that is drawn on a chart by the Draw.Text() method. The available DrawObjects IDrawingTool properties could be seen in the help guide page linked below.

    IDrawingTool: https://ninjatrader.com/support/help...rawingtool.htm

    This forum thread will be open for other community members to share undocumented/unsupported code to accomplish this.

    Let me know if I may assist further.
    <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
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X