Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

VWAP improvements (anchored, custom session, prior session highlight, Labels)

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

    add my vote for AVWAP

    Comment


      Hello rapals,

      Thank you for your vote.

      I've added your vote to SFT-4766.
      Chelsea B.NinjaTrader Customer Service

      Comment


        wow 3 years since first request... uff Add my request to it please.

        Comment


          HI i am using vwap indicator by RISKYBUSINEZZ . It plots ok however when i use it in strategy, this vwap value drops... Why is it so? you can see it in cyan line

          Code:
          vWapInd = VWAP8();
                          vwapValue = new Series<double>(this);
                          AddChartIndicator(vWapInd);
                          vwapValue = vWapInd.PlotVWAP;​[B][/B]

          Click image for larger version

Name:	image.png
Views:	519
Size:	111.3 KB
ID:	1252628

          Comment


            Originally posted by tkaboris View Post
            HI i am using vwap indicator by RISKYBUSINEZZ . It plots ok however when i use it in strategy, this vwap value drops... Why is it so? you can see it in cyan line

            Code:
            vWapInd = VWAP8();
            vwapValue = new Series<double>(this);
            AddChartIndicator(vWapInd);
            vwapValue = vWapInd.PlotVWAP;​[B][/B]

            Click image for larger version

Name:	image.png
Views:	519
Size:	111.3 KB
ID:	1252628
            I am having the exact issue where if I use it in a strategy it is giving me inaccurate vwap value. I am using a different version of avwap code. It gives correct value when it’s plugged in on chart.

            Comment


              I was successfully able to create a AVWAP script that can also be used inside a strategy or like a standalone indicator. Please feel to free to use it or change accordingly. This is only a better version (mix and match) of the codes previously shared by so many here. This is accurate within a tick when compared to the native AVWAP tool from trading view.

              1) I dont need the VWAP bands, so i removed them in the code.
              2) It needs to be called programmatically in the following way.

              Code:
              .....
              DateTime AnchorFrom;
              private NT8AVWAP VWAPx1;
              ....
              ....
              
              
              else if (State == State.DataLoaded) {
              
              VWAPx1 = AVWAP1(BarsArray[0], AnchorFrom);
              AddChartIndicator(VWAPx1);
              
              
              }​


              Hope its useful to y'all. ​
              Attached Files

              Comment


                Has this still not been delivered? Please add my vote for Anchored VWAP.

                Comment


                  Hello IanS00,

                  I have added your vote to SFT-4766.

                  Please note, we receive many requests and cannot reasonably implement all requested features or changes. Interest is tracked internally and if enough interest is tracked, it would be weighed against how feasible it would be to make those changes to consider implementing, so we cannot offer an ETA or promise of fulfillment.

                  When new features are implemented, they will be listed in the Release Notes page of the Help Guide. The ID number may be different than the internal feature request tracking ID, but the description of the feature will let you know if that feature has been implemented.

                  Release Notes - https://ninjatrader.com/support/help...ease_notes.htm
                  Chelsea B.NinjaTrader Customer Service

                  Comment


                    Please add my vote to SFT-4766

                    Comment


                      Hello pachmail,

                      Welcome to the NinjaTrader forums!

                      I've added your vote to SFT-4766. Thank you for your voice on this.
                      Chelsea B.NinjaTrader Customer Service

                      Comment


                        I'm interested in the VWAP improvements (anchored, custom session, prior session highlight, Labels). VWAP with Volume profile. The indicators are free from other platforms.
                        stock market courses

                        ​Hubspot partner agency

                        Last edited by revplant; 08-23-2023, 07:19 AM.

                        Comment


                          Hello revplant,

                          Welcome to the NinjaTrader forums!

                          I've added your vote to SFT-4766 as well. Thank you for your feedback.
                          Chelsea B.NinjaTrader Customer Service

                          Comment


                            add my vote too

                            Comment


                              Please add my vote for an anchored VWAP also

                              Comment


                                Hello Maoz1155 and Tradwell385,

                                I've added in your votes for SFT-4766.

                                Thanks for your voices on this.
                                Chelsea B.NinjaTrader Customer Service

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by NullPointStrategies, Today, 05:17 AM
                                0 responses
                                39 views
                                0 likes
                                Last Post NullPointStrategies  
                                Started by argusthome, 03-08-2026, 10:06 AM
                                0 responses
                                124 views
                                0 likes
                                Last Post argusthome  
                                Started by NabilKhattabi, 03-06-2026, 11:18 AM
                                0 responses
                                64 views
                                0 likes
                                Last Post NabilKhattabi  
                                Started by Deep42, 03-06-2026, 12:28 AM
                                0 responses
                                41 views
                                0 likes
                                Last Post Deep42
                                by Deep42
                                 
                                Started by TheRealMorford, 03-05-2026, 06:15 PM
                                0 responses
                                46 views
                                0 likes
                                Last Post TheRealMorford  
                                Working...
                                X