Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing numerical values on chart

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

    Drawing numerical values on chart

    Hello,

    Is there a way to draw numerical values from a custom series on the chart without creating drawing objects?

    I want to avoid creating tons of drawing objects from doing something like this:

    Draw.Text(this, @"Time-" + Time[0].ToString(),T1.Minutes.ToString(), 0, (Open[0]) + 0.20);

    #2
    Hello dashti,

    Thanks for your post and welcome to the forums!

    It looks like you are using NinjaTrader8. For future reference, anything related to NinjaTrader8 should be posted in the Ninjatrader 8 forums to avoid confusion, thank-you.

    You may want to look at using the OnRender() method to accomplish your goals. An example is provided in NinjaTrader8 as SampleCustomPlot.

    Reference: http://ninjatrader.com/support/helpG.../?onrender.htm

    Comment


      #3
      This is exactly what I was looking for.

      Thanks Paul

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      603 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      349 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      104 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      560 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      560 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X