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 naanku, Today, 07:25 PM
          0 responses
          6 views
          0 likes
          Last Post naanku
          by naanku
           
          Started by milfocs, Today, 07:23 PM
          0 responses
          5 views
          0 likes
          Last Post milfocs
          by milfocs
           
          Started by PaulMohn, Today, 06:59 PM
          0 responses
          7 views
          0 likes
          Last Post PaulMohn  
          Started by bortz, 11-06-2023, 08:04 AM
          48 responses
          1,754 views
          0 likes
          Last Post carnitron  
          Started by Jonker, 04-27-2024, 01:19 PM
          3 responses
          24 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Working...
          X