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 Stanfillirenfro, Today, 07:23 AM
      4 responses
      17 views
      0 likes
      Last Post Stanfillirenfro  
      Started by DayTradingDEMON, Today, 09:28 AM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      8 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by helpwanted, Today, 03:06 AM
      2 responses
      22 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by navyguy06, Today, 09:28 AM
      0 responses
      6 views
      0 likes
      Last Post navyguy06  
      Working...
      X