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

  • NinjaTrader_ChelseaB
    replied
    Hello Maoz1155 and Tradwell385,

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

    Thanks for your voices on this.

    Leave a comment:


  • Tradwell385
    replied
    Please add my vote for an anchored VWAP also

    Leave a comment:


  • Maoz1155
    replied
    add my vote too

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello revplant,

    Welcome to the NinjaTrader forums!

    I've added your vote to SFT-4766 as well. Thank you for your feedback.

    Leave a comment:


  • revplant
    replied
    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.

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello pachmail,

    Welcome to the NinjaTrader forums!

    I've added your vote to SFT-4766. Thank you for your voice on this.

    Leave a comment:


  • pachmail
    replied
    Please add my vote to SFT-4766

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    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

    Leave a comment:


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

    Leave a comment:


  • GauthamK
    replied
    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

    Leave a comment:


  • GauthamK
    replied
    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:	533
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.

    Leave a comment:


  • tkaboris
    replied
    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:	533
Size:	111.3 KB
ID:	1252628

    Leave a comment:


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

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello rapals,

    Thank you for your vote.

    I've added your vote to SFT-4766.

    Leave a comment:


  • rapals
    replied
    add my vote for AVWAP

    Leave a comment:

Latest Posts

Collapse

Topics Statistics Last Post
Started by charlesugo_1, 05-26-2026, 05:03 PM
0 responses
82 views
0 likes
Last Post charlesugo_1  
Started by DannyP96, 05-18-2026, 02:38 PM
1 response
154 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 05-11-2026, 05:56 AM
0 responses
162 views
0 likes
Last Post CarlTrading  
Started by CarlTrading, 05-10-2026, 08:12 PM
0 responses
101 views
0 likes
Last Post CarlTrading  
Started by Hwop38, 05-04-2026, 07:02 PM
0 responses
289 views
0 likes
Last Post Hwop38
by Hwop38
 
Working...
X