Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ninjatrader Release 8.0.20.0 Issue

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

    Ninjatrader Release 8.0.20.0 Issue

    14143 Fixed Strategy Builder Order Flow + indicators were incorrectly available in the Strategy Builder
    Hi,

    Per the release notes, the Order Flow+ indicators were fixed. Why would they be removed from Strategy Builder?

    It would be nice to create a simple strategy using the Order Flow Trade Detector(Block-Buy/Sells) via Strategy Builder. If the indicator can 'show the values on hover', why can't it be designed to show the values in Strategy Builder?

    Thank you.

    Bob

    #2
    Hello bob77713,

    Thank you for your post.

    OrderFlow+ indicators used in the Strategy Builder did not comply with regular NS implementations and did not include the update code which keeps it synchronized, noted below. Since most OF+ indicators do not have support for NS access and those that could be used in the Strategy Builder had limitations, Strategy Builder access for these indicators was removed. They can still be included in manually coded NinjaScripts.

    Code:
    if (BarsInProgress == 1)
    {
          // We have to update the secondary series of the hosted indicator to make sure the values we get in BarsInProgress == 0 are in sync
          cumulativeDelta.Update(cumulativeDelta.BarsArray[1].Count - 1, 1);
    }
    Please let us know if we may be of further assistance to you.

    Comment


      #3
      Hi!.. "They can still be included in manually coded NinjaScripts" I don't find any documentation to use TradeDetector in NinjaScript, some example code to use TradeDetector or something like that.... You can help me? this doc exists ?

      Thank you!

      Comment


        #4
        Hello fcamargo,

        Thank you for your reply.

        I apologize for my unclear wording - "they" was referring to only the Order Flow items that were previously available for use in the Strategy Builder, not all Order Flow + tools. The only Order Flow + suite items that can be accessed via NinjaScript are:
        • Order Flow Volumetric bars
        • Order Flow Cumulative Delta
        • Order Flow VWAP
        The remaining Order Flow + suite items are inaccessable from NinjaScript and there would not be a supported method to use them in a script.

        Please let us know if we may be of further assistance to you.

        Comment


          #5
          Thanks for reply! Ok, in near future it's gonna be accessable from ninjaScript ? maybe another discussion are threating this same discussion may i can vote for a solution about it.

          Thanks again

          Comment


            #6
            Hello fcamargo,

            Thank you for your reply.

            At this time the word from our development team is that there are no plans to add these to the platform and a feature request for this access has been closed.

            Please let us know if we may be of further assistance to you.

            Comment


              #7
              Ok thanks. Yes, maybe you can help me to detect when the circle draw is happening? Or you can explain if i can detect with another tools the big trades happening? Maybe OnMarketData or Volumetric candles? Sry im so noob, only need a direction properly. Thanks a lot

              Comment


                #8
                Hello fcamargo,

                Thank you for your reply.

                I wouldn't be able to tell you how to detect exactly when the Order Flow Trade Detector is drawing a circle and how it does that as even we in the support department do not have access to the code for that indicator.

                However, you could certainly get ask and bid volumes from Volumetric candles, or you could monitor for large trades within OnMarketData, depending on what you'd like to do. I've attached an example that a colleague created that prints ask, bid, and last prices as well as the volume for each incoming tick, for an example of monitoring in OnMarketData.

                An example of using Volumetric bar data can be found in our help guide here:



                Please let us know if we may be of further assistance to you.
                Attached Files

                Comment


                  #9
                  So glad! Thanks a lot.

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by argusthome, 03-08-2026, 10:06 AM
                  0 responses
                  69 views
                  0 likes
                  Last Post argusthome  
                  Started by NabilKhattabi, 03-06-2026, 11:18 AM
                  0 responses
                  42 views
                  0 likes
                  Last Post NabilKhattabi  
                  Started by Deep42, 03-06-2026, 12:28 AM
                  0 responses
                  24 views
                  0 likes
                  Last Post Deep42
                  by Deep42
                   
                  Started by TheRealMorford, 03-05-2026, 06:15 PM
                  0 responses
                  27 views
                  0 likes
                  Last Post TheRealMorford  
                  Started by Mindset, 02-28-2026, 06:16 AM
                  0 responses
                  54 views
                  0 likes
                  Last Post Mindset
                  by Mindset
                   
                  Working...
                  X