Moving VWAP with Standard Deviation indicator
Moving VWAP with Standard Deviation indicator
I would like to introduce a new indicator to my package, the Moving Volume Weighted Average Price with Standard Deviations (wow, what a name, let's call it Moving VWAP). The idea behind is, that instead regularly resetting the VWAP to 0, the indicator calculates the VWAP on the last X trades. It does not use time as a lookback, since the intensity of the trading might reflect better the behaviour of the market.
The indicator looks like below:
The settings are similar to the VWAP settings, but instead of the reset interval the "Trade Count for Period" has to be defined. It has to be adjusted according to the instrument, the thick markets will need a higher count, the thin ones smaller ones. This count as mentioned above is the number of trades the calculation will look back to:
The package containing the indicator is below:
The indicator looks like below:
The settings are similar to the VWAP settings, but instead of the reset interval the "Trade Count for Period" has to be defined. It has to be adjusted according to the instrument, the thick markets will need a higher count, the thin ones smaller ones. This count as mentioned above is the number of trades the calculation will look back to:
The package containing the indicator is below:
Re: Moving VWAP with Standard Deviation indicator
Hi Geonss,
The Anchor if I understood it correctly is bound to a time stamp reset. As you might have realised, in the package there is a normal VWAP with STDV, I think that is what you are looking for. Right now I have only period based reset, but I am working on a timestamp based reset option, which will allow you to "anchor" your VWAP. Please keep in mind, that the indicators cannot use historical data, so your anchor point has to be during Bookmap running time. Would it fulfil your requirement?
The Anchor if I understood it correctly is bound to a time stamp reset. As you might have realised, in the package there is a normal VWAP with STDV, I think that is what you are looking for. Right now I have only period based reset, but I am working on a timestamp based reset option, which will allow you to "anchor" your VWAP. Please keep in mind, that the indicators cannot use historical data, so your anchor point has to be during Bookmap running time. Would it fulfil your requirement?
Re: Moving VWAP with Standard Deviation indicator
Dear Geonss,
Please check the thread VWAP with Standard Deviation Indicator
I have posted a new package both with periodic and time stamp based resets. That might work as an Anchored VWAP for you.
Please check the thread VWAP with Standard Deviation Indicator
I have posted a new package both with periodic and time stamp based resets. That might work as an Anchored VWAP for you.
Re: Moving VWAP with Standard Deviation indicator
Does this work with DXFeed? I’m getting an error on mine but not sure if I’ve done something wrong with the setup..!
Re: Moving VWAP with Standard Deviation indicator
UPDATE: ... unless they're signed with Bookmap.No loaded indicators are ever supposed to work with dxFeed real-time due to license limitations.
So you get either an exception with older Bookmap builds or a not-working indicator with newer builds.
'Not-working' indicator here means that it's unable to get launched, or, once launched, the indicator's lines or widgets won't show.
Indicators by zcsoka are/will be signed soon.
Sorry for misunderstanding.