Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
VWAP improvements (anchored, custom session, prior session highlight, Labels)
Collapse
X
-
-
Hello danalec,
There are only a few changes that would break a script for 8.1.2.0. We can help the vendor get it straightened out.
Please have the vendor write in to scriptingsupport [at] ninjatrader.com for assistance.
I've added your vote to SFT-4766.Chelsea B.NinjaTrader Customer Service
- Likes 1
Comment
-
The anchored VWAP on this site works very well for me, it's a drawing tool when installed. Just eliminate all the extraneous bands after installing.
Comment
-
Hello Malletto,
Feature request SFT-4766 has not been implemented at this time.
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.htmChelsea B.NinjaTrader Customer Service
Comment
-
FYI I have given up with requests, because not one has ever materialized. So if NT devs believe that user-interest equates to the number of people who've spent time posting in the forum, they're not getting a clear picture.Originally posted by NinjaTrader_ChelseaB View Postwe 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,
Comment
-
GauthamK, do you still have the original version of this with the deviations added? I like how this anchored vwap redraws each new iteration, just want to have the bands as well.Originally posted by GauthamK View PostI 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.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
44 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment