Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator does not plot using High[1]

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

    Indicator does not plot using High[1]

    Using a custom indicator using High[1] will not plot on chart.....if i use High[0] it plots just fine with all the math calculation accurate

    #2
    kudos,

    You are likely running into the issue discussed here: http://www.ninjatrader-support2.com/...ead.php?t=3170
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks Josh been pulling my hair out for an hour....That was the problem now works fine

      Comment


        #4
        I have the same problem, is this link available anywhere?

        http://www.ninjatrader-support2.com/...ead.php?t=3170

        Comment


          #5
          Likely the info in the link says to make sure you have a prior bar before trying to access it.
          if(CurrentBar < 1) return;
          or
          if(CurrentBar > 0)
          {
          //process code here
          }
          eDanny
          NinjaTrader Ecosystem Vendor - Integrity Traders

          Comment


            #6
            Hello markyb0y,

            Thanks for your post.

            The link is over 7 years old and is not available. Can you post your indicator or the section of the indicator that is not working? Alternatively, feel free to write into PlatformSupport[at]NinjaTrader[dot]com, attach your CS file to the e-mail and in the subject put Atten:Paul and a link to this thread.

            Edit - Member eDanny posted while I was writing my reply, his is a good suggestion if you have not already added that to your code.

            Comment


              #7
              That's sorted the problem.

              Thanks eDanny Much appreciated!

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Hwop38, 05-04-2026, 07:02 PM
              0 responses
              166 views
              0 likes
              Last Post Hwop38
              by Hwop38
               
              Started by CaptainJack, 04-24-2026, 11:07 PM
              0 responses
              320 views
              0 likes
              Last Post CaptainJack  
              Started by Mindset, 04-21-2026, 06:46 AM
              0 responses
              246 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by M4ndoo, 04-20-2026, 05:21 PM
              0 responses
              350 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by M4ndoo, 04-19-2026, 05:54 PM
              0 responses
              179 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Working...
              X