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

Buy Sell Volume

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

    #16
    Hello,
    Thank you for the clarification.
    Unfortunately I am unable to provide the NinjaTrader 8 beta.
    If you send a note to plpatformsupport[AT]ninjatrader[DOT]com we can add you to the beta list.
    This is what I have found with the BuySellVolume. I have made changes to it and currently it is being reviewed and tested. Once it is accepted I will export the indicator to this thread. The new version should be provided with future release of NinjaTrader 7 as well.
    Cody B.NinjaTrader Customer Service

    Comment


      #17
      Ok. I sent the email. Do you have a snippet of the work around you are using. I have my own I used to work around it, but like to use what is expected.

      If you cannot share that is fine.

      Comment


        #18
        Hello,
        Unfortunately, I am unable to share as this is still under review.
        Once it has been approved I will post it.
        Thank you for your patience.
        Cody B.NinjaTrader Customer Service

        Comment


          #19
          Originally posted by richa61416 View Post
          Ok. I sent the email. Do you have a snippet of the work around you are using. I have my own I used to work around it, but like to use what is expected.

          If you cannot share that is fine.
          It seems to me that one just has to add another branch for "inside volume", which is at/exceeds neither the Bid nor the Ask.

          Incidentally, that first line has a pointless comparison, as it is entirely equivalent to:
          Code:
          double tradeVol = Volume[0] - previousVol;
          seeing as how if previousVol == 0, then tradeVol /*(will identically be)*/ == Volume[0] anyway.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Ryan333, Today, 05:25 PM
          0 responses
          1 view
          0 likes
          Last Post Ryan333
          by Ryan333
           
          Started by hsammons87, Today, 05:21 PM
          0 responses
          1 view
          0 likes
          Last Post hsammons87  
          Started by Gmonte, 10-01-2022, 08:28 AM
          2 responses
          190 views
          0 likes
          Last Post charlesthomas  
          Started by ETFVoyageur, 05-18-2024, 12:45 AM
          5 responses
          32 views
          0 likes
          Last Post ETFVoyageur  
          Started by Kraken29, Today, 03:24 PM
          1 response
          16 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Working...
          X