Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

VWAP Update

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

    #16
    Originally posted by HinduMVP View Post
    Also is it possible to have the anchored VWAP as a tool where we can just plot it on any bar that we choose? Thanks a lot
    That is what it is supposed to do.

    Comment


      #17
      Originally posted by Trader17 View Post

      That is what it is supposed to do.
      Got it, thanks

      Comment


        #18
        Originally posted by jhirsh View Post
        This is an update to my recent VWAP indicator. Updates include: arbitrary anchor by date/time, and plot of price delta from VWAP.
        Very Nice! Can the indicator be modified to be anchored to Swing highs and lows, to simply draw VWAP for swing length?

        Thanks

        Comment


          #19
          Originally posted by Trader17 View Post

          That is what it is supposed to do.
          Hey so it does do that, but the thing is we have to go on the VWAP settings and manually type in the date. I believe it's possible to have a tool where you just click on the bar and it plots it instead.

          Comment


            #20
            Can you add timeframes option? like weekly,montly,quarterly,yearly.

            Comment


              #21
              Originally posted by jhirsh View Post
              This is an update to my recent VWAP indicator. Updates include: arbitrary anchor by date/time, and plot of price delta from VWAP.
              Outstanding! Thanks for sharing your work!!

              Comment


                #22
                jhirsh THANK YOU!!!

                Comment


                  #23
                  Originally posted by jhirsh View Post
                  This is an update to my recent VWAP indicator. Updates include: arbitrary anchor by date/time, and plot of price delta from VWAP.
                  Great work, have you got a weekly version of this available?

                  Comment


                    #24
                    Great work, and Thanks for the contribution to the community. I have two suggestions:
                    1) Add VScore Plot (ZScore like for VWAP), formula is VScore[0] = PriceDelta[0]/deviation;
                    2) Add a switch to display in lower panels for VScore, PriceDelta. Right now it can be done by change the color of other plots to transparent, but it will be easier for people use it on the lower panels.​

                    Occasionally, VScore (also ZScore) can have an single abnormally large number so it needs to be filtered out, and replacing with the previous score is a good compromise. Here is the updated code:

                    VScore[0] = PriceDelta[0]/deviation;

                    if (Math.Abs(VScore[0]) > 5) VScore[0] = VScore[1];​
                    Last edited by FutureDragon; 02-01-2023, 10:56 PM.

                    Comment


                      #25
                      I like your vwap2 dont need more stuff. If you want retrace tool / indicator try mine EdsRetracePlan.com
                      esmall
                      NinjaTrader Ecosystem Vendor - Ed's Retrace Plan

                      Comment


                        #26
                        jhirsh new to ninja, vwap is a big part of my trading, are we able to turn off the std deviation bands? Is this different than a standard vwap is ninja order flow vwap the same as standard vwap? Thank you in advance .

                        Comment


                          #27
                          Originally posted by FutureDragon View Post
                          Great work, and Thanks for the contribution to the community. I have two suggestions:
                          1) Add VScore Plot (ZScore like for VWAP), formula is VScore[0] = PriceDelta[0]/deviation;
                          2) Add a switch to display in lower panels for VScore, PriceDelta. Right now it can be done by change the color of other plots to transparent, but it will be easier for people use it on the lower panels.​​
                          Hi @FutureDragon
                          as @jhirsh​ probably did not have the time to implement your suggestions, would you please add them yourself into a new indicator ?
                          Thank you.

                          Comment


                            #28
                            Wish list:

                            1. Choose to display both regular trading hours VWAP and extended trading hours (24h) VWAP
                            2. Display mid-point VWAP

                            Thanks and great work!

                            Comment


                              #29
                              hi, I dont know why but I am using vwap in the strategy and it plots different values.
                              See in the picture, cyan steady line is vwap indicator, however another cyan line (dropped down) is an vwap indicator loaded in strategy and it plots differently. Why it is so?
                              Code:
                              vWapInd = VWAP();
                                              vwapValue = new Series<double>(this);
                                              AddChartIndicator(vWapInd);
                                              vwapValue = vWapInd.PlotVWAP;​
                              Click image for larger version

Name:	image.png
Views:	293
Size:	681.1 KB
ID:	1252588

                              Comment


                                #30
                                Thanks so much for this indicator! It works great except I just noticed when changing "Calculate" to "On price change", the VWAP line stops working properly and is being too affected by the current candle. (same thing happens when changed to "On each tick")

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by DanielTynera, Today, 01:14 AM
                                0 responses
                                2 views
                                0 likes
                                Last Post DanielTynera  
                                Started by yertle, 04-18-2024, 08:38 AM
                                9 responses
                                40 views
                                0 likes
                                Last Post yertle
                                by yertle
                                 
                                Started by techgetgame, Yesterday, 11:42 PM
                                0 responses
                                12 views
                                0 likes
                                Last Post techgetgame  
                                Started by sephichapdson, Yesterday, 11:36 PM
                                0 responses
                                2 views
                                0 likes
                                Last Post sephichapdson  
                                Started by bortz, 11-06-2023, 08:04 AM
                                47 responses
                                1,615 views
                                0 likes
                                Last Post aligator  
                                Working...
                                X