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

Bid-Ask Pressure Indicator

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

    Bid-Ask Pressure Indicator

    This indicator is different from any that are on this site.

    Check the code out. http://www.traderslaboratory.com/for...ation-807.html

    Is anyone interested in coding it?

    regards,

    Blair

    #2
    Hi Blair,

    Welcome to the NinjaTrader Support Forums.

    If no one takes up your offer you can also try one of the 3rd party NinjaScript Consultants here: http://www.ninjatrader.com/webnew/pa...injaScript.htm
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      ok how about direction on removing cumulative from..

      Ok I may be asking to much how about some direction on removing the cumulative volume from the cumulativeVolumeOrTick indicator written by Ben. Basically it has delta bars up and down which is what I want but then adds a cumulative component. The problem with the cumulative part is after a few hours of data it becomes a large value and makes reading the delta values next to useless. The Cumulative value may be say 40,000 but the delta is only 500 so the scale is set by 40,000 and its very hard to read the 500 acurately.

      regards,

      Blair

      Comment


        #4
        Blair,

        You can custom code it however you want. For 3rd party indicators it may be best to try and come in contact with the original author.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          You can make the cum transparent.

          Comment


            #6
            Worked perfect!

            I made the cumulative vol transparent and now it simply charts the delta vol up pos down neg

            thanks!

            Comment


              #7
              Setting the cumulative plot to transparent doesn't solve the scaling problem. A quick and dirty solution is to comment out this line in the code like this:

              // if(CurrentBar>0) Cumulative.Set(1,Total);

              This should remove the cumulative plot. Hope this helps

              Comment


                #8
                It does seem to work with transparent?

                Thanks
                I might try that but it does seem to work. It is only scaling based on bid ask delta volume

                Comment


                  #9
                  Is it possible to filter this indicator to only show us certain lot sizes coming through? For example what if we just wanted to see the delta of those trading 250 or more contracts? Is that a possability?
                  Thanks

                  Comment


                    #10
                    This is not possible.
                    RayNinjaTrader Customer Service

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by judysamnt7, 03-13-2023, 09:11 AM
                    4 responses
                    59 views
                    0 likes
                    Last Post DynamicTest  
                    Started by ScottWalsh, Today, 06:52 PM
                    4 responses
                    36 views
                    0 likes
                    Last Post ScottWalsh  
                    Started by olisav57, Today, 07:39 PM
                    0 responses
                    7 views
                    0 likes
                    Last Post olisav57  
                    Started by trilliantrader, Today, 03:01 PM
                    2 responses
                    21 views
                    0 likes
                    Last Post helpwanted  
                    Started by cre8able, Today, 07:24 PM
                    0 responses
                    10 views
                    0 likes
                    Last Post cre8able  
                    Working...
                    X