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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      30 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      17 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      9 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      16 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      19 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X