Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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'.
    BertrandNinjaTrader Customer Service

    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 kempotrader, Today, 08:56 AM
      0 responses
      6 views
      0 likes
      Last Post kempotrader  
      Started by kempotrader, Today, 08:54 AM
      0 responses
      4 views
      0 likes
      Last Post kempotrader  
      Started by mmenigma, Today, 08:54 AM
      0 responses
      2 views
      0 likes
      Last Post mmenigma  
      Started by halgo_boulder, Today, 08:44 AM
      0 responses
      1 view
      0 likes
      Last Post halgo_boulder  
      Started by drewski1980, Today, 08:24 AM
      0 responses
      3 views
      0 likes
      Last Post drewski1980  
      Working...
      X