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 wzgy0920, 04-20-2024, 06:09 PM
          2 responses
          26 views
          0 likes
          Last Post wzgy0920  
          Started by wzgy0920, 02-22-2024, 01:11 AM
          5 responses
          32 views
          0 likes
          Last Post wzgy0920  
          Started by wzgy0920, Yesterday, 09:53 PM
          2 responses
          49 views
          0 likes
          Last Post wzgy0920  
          Started by Kensonprib, 04-28-2021, 10:11 AM
          5 responses
          192 views
          0 likes
          Last Post Hasadafa  
          Started by GussJ, 03-04-2020, 03:11 PM
          11 responses
          3,234 views
          0 likes
          Last Post xiinteractive  
          Working...
          X