Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

indicator strength box

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

    indicator strength box

    Is it possible to draw eg a box on a fixed position of the chart (eg left hand corner) with a fixed size (regardless of how the chart zooms in, scrolls etc) that I fill up depending on how high or low my indicator gets?

    I was trying to find some examples but couldnt find any. All charting seems to be organised around plotting time series and less so as an alerting system for the current state.

    I could code this up in C# as a separate panel of course, but was wondering if you had anything like this before I do so


    #2
    Hello crystalet,

    Thanks for your post.

    If you can use text or numerical values to express your indicator you might consider using Draw.TextFixed() which uses any of the 4 corners of the chart.
    Reference: https://ninjatrader.com/support/help..._textfixed.htm

    Otherwise, I would suggest using OnRender() to draw the box.
    Reference: https://ninjatrader.com/support/help.../?onrender.htm

    While not a direct example but certainly an educational one, check out the coding of the indicator SampleCustomRender in your NinjaTrader.

    Comment


      #3
      thanks for pointing me in the right direction - i will have a look a the sample

      Comment

      Latest Posts

      Collapse

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