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

Volume Histogram against Price

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

    Volume Histogram against Price

    Good Morning,

    I am after an indicator that will plot a histogram of volume of trades at each price, so I can easily visualise the price levels at which the most contracts changed hands.

    I have seen the volume zones indicator but these histograms appear to cover a range of prices, rather than specifics. Also, it needs to be cumulative volume for the session, not for that bar.

    Thanks,
    Ben

    #2
    Hi Ben, the indicator will offer a resolution down to the min price move, but it will depend on your zoom level.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      volume histogram

      Does anyone know of a volume histogram indicator (or similar) that does not plot cancelled orders, so true volume?

      Comment


        #4
        clint121212, why do you think Volume histogram or any similar indicators ever plot cancelled orders ??? They only plot actual contracts traded.

        ---

        Ben, in the File-sharing section, search for ... dValueArea, EdsVolPriceBar, iMarketProfile, and PriceVolumeHistogram.

        I am attaching their images for your reference.
        Attached Files

        Comment


          #5
          im looking to build a custom indicator as mentioned in this post. Is there a way in NT7 to get the volume of trades done at X price - for the past bar or number of bars?
          thx!

          Comment


            #6
            nightriderx,

            This needs to be done through your own custom programming to keep track of it. There is nothing built in to keep track of it.
            Josh P.NinjaTrader Customer Service

            Comment


              #7
              right, but how is it possible to tell what the volume was at a particular price? ticks range in price, so the volume could be at [exe] $1.01 or $1.02 . how is it possible to find the volume just for $1.01?

              Comment


                #8
                You need to keep track of it yourself through your own variables. Just monitor OnMarketData(). Every tick that comes in throws an OnMarketData() event at a certain price. Keep a running total of the volume for events of the price you are interested in.
                Josh P.NinjaTrader Customer Service

                Comment


                  #9
                  Originally posted by ekshay View Post
                  clint121212, why do you think Volume histogram or any similar indicators ever plot cancelled orders ??? They only plot actual contracts traded.

                  ---

                  Ben, in the File-sharing section, search for ... dValueArea, EdsVolPriceBar, iMarketProfile, and PriceVolumeHistogram.

                  I am attaching their images for your reference.
                  ekshay, the indicator image you encolsed, PriceVolumeHistogram.jpg is what I'm looking for. Do you know where I can obtain this indicator? Thnx!

                  Comment


                    #10
                    Ben, have you found a good price/volume histogram as referenced above?

                    Comment


                      #11
                      clint121212, just as ekshay mentioned, these indicators are available for download in our indicator sharing section.
                      AustinNinjaTrader Customer Service

                      Comment


                        #12
                        Hi - Was not able to find EdsVolPriceBar in the indicator sharing section. Can someone give me a link? Thanks.

                        Comment


                          #13
                          Sure, please check into those files - http://www.ninjatrader.com/support/f...rch=Eds&desc=1
                          BertrandNinjaTrader Customer Service

                          Comment


                            #14
                            Thank you.

                            Comment


                              #15
                              Hi all,

                              I have found EdsVolPriceBar, and he seems to have made the volumes hitting the bid on the right, and volume on offers on the left. Is there an easy way to correct this? i.e. make volume hitting the bid on the left, and volume hitting the offer on the right side of the displayed column?

                              thanks

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by jaybedreamin, Today, 05:56 PM
                              0 responses
                              3 views
                              0 likes
                              Last Post jaybedreamin  
                              Started by DJ888, 04-16-2024, 06:09 PM
                              6 responses
                              18 views
                              0 likes
                              Last Post DJ888
                              by DJ888
                               
                              Started by Jon17, Today, 04:33 PM
                              0 responses
                              1 view
                              0 likes
                              Last Post Jon17
                              by Jon17
                               
                              Started by Javierw.ok, Today, 04:12 PM
                              0 responses
                              6 views
                              0 likes
                              Last Post Javierw.ok  
                              Started by timmbbo, Today, 08:59 AM
                              2 responses
                              10 views
                              0 likes
                              Last Post bltdavid  
                              Working...
                              X