Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

candle stick plotting error with wicks

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

    candle stick plotting error with wicks

    with my cs running in 7 some wicks are plotted higher/lower than the hi/lo of the bar

    note in databox hi of bar is 1707.25 and the close is 1707.00....the thick wick ends at 1707.00 ...however there is a false extended wick that goes all the way up to 1708.50

    when I refresh the ind/chart, the false wicks are gone

    the same code in 6.5 is correct so there is some Draw method diff with 7 causing the problem I expect

    looks like a draw object that is not being removed.....however I am not plotting the bar/wicks....only plotting text beside the actual bar. i.e. lo>=<hi
    Attached Files
    Last edited by ATI user; 10-12-2009, 01:22 PM.

    #2
    Originally posted by ATI user View Post
    with my cs running in 7 some wicks are plotted higher/lower than the hi/lo of the bar

    note in databox hi of bar is 1707.25 and the close is 1707.00....the thick wick ends at 1707.00 ...however there is a false extended wick that goes all the way up to 1708.50

    when I refresh the ind/chart, the false wicks are gone

    the same code in 6.5 is correct so there is some Draw method diff with 7 causing the problem I expect

    looks like a draw object that is not being removed.....however I am not plotting the bar/wicks....only plotting text beside the actual bar. i.e. lo>=<hi
    Are you saying that this does not happen as your indicator is NOT running?

    I suggest the following:

    Run identical charts, one with your indicator and one without. Do the false wicks occur on both charts?
    RayNinjaTrader Customer Service

    Comment


      #3
      the false ticks only occur in the chart with my ind running

      which is why I thought it is due to a change in Draw methods between 6.5 and 7

      again, the same code runs perfectly in 6.5

      Comment


        #4
        Originally posted by ATI user View Post
        the false ticks only occur in the chart with my ind running

        which is why I thought it is due to a change in Draw methods between 6.5 and 7

        again, the same code runs perfectly in 6.5
        The we would need a reproducible scenario. A stripped down indicator that we could use here would be great.
        RayNinjaTrader Customer Service

        Comment


          #5
          this chart shows the object plotted in the same vertical axis as the price bar however several ticks below the price range of the bar

          note the dialog says my cs is drawing it...however I have no code that draws such vertical lines

          will work on stripping down code to send
          Attached Files

          Comment


            #6
            Originally posted by ATI user View Post
            this chart shows the object plotted in the same vertical axis as the price bar however several ticks below the price range of the bar

            note the dialog says my cs is drawing it...however I have no code that draws such vertical lines

            will work on stripping down code to send
            How about double clicking on that object, the properties dialog will come up. Is that a Vertical Line object or something else?
            RayNinjaTrader Customer Service

            Comment


              #7
              Ray

              it is a vertical line object...see pics

              line object starts at 9767 and ends at 9777

              data box shows bar hi at 9772 and lo at 9765
              Attached Files

              Comment


                #8
                Originally posted by ATI user View Post
                Ray

                it is a vertical line object...see pics

                line object starts at 9767 and ends at 9777

                data box shows bar hi at 9772 and lo at 9765
                Would then need a stripped down indicator so we can reproduce here.
                RayNinjaTrader Customer Service

                Comment


                  #9
                  problem solved

                  NT7 DrawLine method has been changed re start and stop time parameters...i.e. 6.5 method parameters in order from end to start while 7 parameters now in order of start to end....more logical
                  Last edited by ATI user; 10-12-2009, 01:23 PM.

                  Comment


                    #10
                    Originally posted by ATI user View Post
                    problem solved

                    NT7 DrawLine method has been changed re start and stop time parameters...i.e. 6.5 method parameters in order from end to start while 7 parameters now in order of start to end....more logical
                    Thanks for letting us know.
                    RayNinjaTrader Customer Service

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                    0 responses
                    607 views
                    0 likes
                    Last Post Geovanny Suaza  
                    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                    0 responses
                    353 views
                    1 like
                    Last Post Geovanny Suaza  
                    Started by Mindset, 02-09-2026, 11:44 AM
                    0 responses
                    105 views
                    0 likes
                    Last Post Mindset
                    by Mindset
                     
                    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                    0 responses
                    560 views
                    1 like
                    Last Post Geovanny Suaza  
                    Started by RFrosty, 01-28-2026, 06:49 PM
                    0 responses
                    561 views
                    1 like
                    Last Post RFrosty
                    by RFrosty
                     
                    Working...
                    X