Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to get Chart's Y min and max

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

    How to get Chart's Y min and max

    I'm sure I'm missing something very obvious, but can't seem to find it anywhere. In my indicator, I am displaying text above/beneath some bars. Hardcoding the above/below amounts obviously doesn't work since zooming in/out of a chart or applying it to a different instrument with a different scale either squishes the lines of the text together or spreads them out too far. I've devised a formula that will work if I know the high and low of the y-axis currently displayed. But, I can't figure out how to access those values programmatically. Any ideas on where I can find those? Or even if there's some sort of scale parameter that's fine, too.

    #2
    hstaples, unfortunately not directly supported as for this you would need to override the default Plot method, a sample on this can be found with our default installed 'CustomPlotSample'.

    Comment


      #3
      OK

      Okay, I see what you're saying. Well, won't be rewriting that today. I just used the CurrentBar's value in the OnUpdate() and did some math and that seems to be working well enough for now.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      576 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 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
      553 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X