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

Order Flow Volume Profile not exposed for NinjaScript access.

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

    Order Flow Volume Profile not exposed for NinjaScript access.

    Any chance this might change?
    It would be useful to see it and learn from it.

    #2
    Hello Mindset,

    Thanks for your post.

    The Order Flow Volume Profile values are not exposed for NinjaScript access.

    We are currently tracking interest for this in an internal ticket and I have added your vote.

    The internal tracking number for your feature request is SFT-3402. Please reference this internal tracking number when contacting Platform Support if you ever have questions regarding this feature request.

    When a feature request is implemented, you'll find a description of the new feature in the release notes:Let us know if we may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Brandon
      the help guide uses Current bar to get the value
      Print("Total Volume: " + barsType.Volumes[CurrentBar].TotalVolume);

      if I put barsType.Volumes[1] however I don't get the prior bar's volume?
      am i missing something here?

      If I use Print(Volume[1]) however I do get the correct value???

      Comment


        #4
        Hello MindSet,

        Thanks for your note.

        "Print(Volume[1])"

        Volume[int barsAgo] is a Series<double> that holds historical bar volume values. This would be the volume value seen in something like the Data Box window. This is not the same as the Order Flow Volumetric Bars.

        See this help guide about Volume: https://ninjatrader.com/support/help...ies_volume.htm

        "Print("Total Volume: " + barsType.Volumes[CurrentBar].TotalVolume);"

        Order Flow Volumetric Bars use indexes and not a barsAgo value. From the help guide: "Please note in the example above a CurrentBar reference is used as index, and not a BarsAgo reference."

        See this help guide page for information about Order Flow Volumetric Bars and sample code: https://ninjatrader.com/support/help...tric_bars2.htm

        Let us know if we may assist further.
        Brandon H.NinjaTrader Customer Service

        Comment


          #5
          Ah I hadn't picked that up - thanks Brandon.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by TradeSaber, Today, 07:18 AM
          0 responses
          4 views
          0 likes
          Last Post TradeSaber  
          Started by PaulMohn, Today, 05:00 AM
          0 responses
          9 views
          0 likes
          Last Post PaulMohn  
          Started by ZenCortexAuCost, Today, 04:24 AM
          0 responses
          6 views
          0 likes
          Last Post ZenCortexAuCost  
          Started by ZenCortexAuCost, Today, 04:22 AM
          0 responses
          3 views
          0 likes
          Last Post ZenCortexAuCost  
          Started by SantoshXX, Today, 03:09 AM
          0 responses
          17 views
          0 likes
          Last Post SantoshXX  
          Working...
          X