Hello
Do we have in any of our indicators - anchored vwap .
i do see Vwap in our community indicators,anything equivalent to AVWAP?
thank you
Size:
Color:
Hi,
So the idea of AVWAP is to set some anchor date like major news to start calculation from it. Isn't it the same as simply setting the starting date of the chart and plotting VWAP?
A look at several sources on the web doesn't convince me that having this in C.Indicators would be a benefit.
Size:
Color:
Eugene:
yes you're right its VwaP measured from specific dates, if there is any way i can keep dates flexible as user input from existing Vwap implementation.
Intent is to compare current vwap to recent lows and high(Vwap dates) to capture measured moves,quiet powerful metrics in shorting.
Appreciate if you can get some pointers to update existing Vwap source code.
thank you
Size:
Color:
Introducing such indicator (or even as an option of VWAP) to C.Indicators looks like slim pickings to me. But you can create a custom DataSeries and fill it with VWAP values starting from certain bar:
CODE:
Please log in to see this code.
Size:
Color:
thank you, will use this as baseline
Size:
Color:
Eugene
i tried using Vwap and above AvwaP code, it shows same values even if i use different dates for Awap.
I want AwaP values from selected date to current date which should be average of all (Awap values) different from original Vwap.
Is there any way i can achieve that?
thank you
Size:
Color:
I believe this is what you're looking for:
CODE:
Please log in to see this code.
Size:
Color:
you're the man....perfect. thanks a lot
Size:
Color:
Glad to help you.
Size:
Color:
Eugene: I need minor update to the code , i added Vwap to chart and used above AvwaP code ,it works as expected.
Now i need a trigger or alert if there is crossover of both (Vwap and AvwaP) it can be either upside or downside doesn't matter.
Do you have any sample code or any pointers to get this done.
thank you
Size:
Color:
How about this?
CODE:
Please log in to see this code.
Size:
Color:
thanks a lot..it helped..testing more..
Size:
Color:
Glad to hear it.
Size:
Color: